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

Function get_rbf_tx

tests/test_closing.py:1596–1599  ·  view source on GitHub ↗
(self, depth, name, resolve)

Source from the content-addressed store, hash-verified

1594 l2.daemon.wait_for_log(' to ONCHAIN')
1595
1596 def get_rbf_tx(self, depth, name, resolve):
1597 r = self.daemon.wait_for_log('Broadcasting RBF {} .* to resolve {} depth={}'
1598 .format(name, resolve, depth))
1599 return re.search(r'.* \(([0-9a-fA-F]*)\)', r).group(1)
1600
1601 rbf_txes = []
1602 # Now the censoring miners generate some blocks.

Callers 2

test_penalty_rbf_normalFunction · 0.85
test_penalty_rbf_burnFunction · 0.85

Calls 1

wait_for_logMethod · 0.80

Tested by

no test coverage detected