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

Function find_next_feerate

tests/test_opening.py:16–18  ·  view source on GitHub ↗
(node, peer)

Source from the content-addressed store, hash-verified

14
15
16def find_next_feerate(node, peer):
17 chan = only_one(node.rpc.listpeerchannels(peer.info['id'])['channels'])
18 return chan['next_feerate']
19
20
21@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')

Callers 11

test_v2_rbf_singleFunction · 0.85
test_v2_rbf_liquidity_adFunction · 0.85
test_v2_rbf_multiFunction · 0.85
test_rbf_reconnect_initFunction · 0.85
test_rbf_reconnect_ackFunction · 0.85
test_rbf_no_overlapFunction · 0.85
run_retryFunction · 0.85

Calls 2

only_oneFunction · 0.90
listpeerchannelsMethod · 0.80

Tested by

no test coverage detected