MCPcopy Create free account
hub / github.com/ElementsProject/lightning / did_short_sig

Function did_short_sig

tests/utils.py:672–675  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

670# I wish we could force libwally to use different entropy and thus force it to
671# create 71-byte sigs always!
672def did_short_sig(node):
673 # This can take a moment to appear in the log!
674 time.sleep(1)
675 return node.daemon.is_in_log('overgrind: short signature length')
676
677
678def check_feerate(nodes, actual_feerate, expected_feerate):

Callers 3

test_txprepare_feerateFunction · 0.90
test_fundpsbt_feeratesFunction · 0.90
check_feerateFunction · 0.85

Calls 1

is_in_logMethod · 0.80

Tested by 2

test_txprepare_feerateFunction · 0.72
test_fundpsbt_feeratesFunction · 0.72