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

Function find_next_feerate

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

Source from the content-addressed store, hash-verified

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

Callers 9

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
listpeersMethod · 0.45

Tested by

no test coverage detected