mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
lightningd: expose ignore_fee_limits field in listpeerchannels.
Changelog-Added: JSON-RPC: `listpeerchannels` has a new field `ignore_fee_limits` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3762,6 +3762,8 @@ def test_sql(node_factory, bitcoind):
|
||||
'type': 'string'},
|
||||
{'name': 'scratch_txid',
|
||||
'type': 'txid'},
|
||||
{'name': 'ignore_fee_limits',
|
||||
'type': 'boolean'},
|
||||
{'name': 'feerate_perkw',
|
||||
'type': 'u32'},
|
||||
{'name': 'feerate_perkb',
|
||||
|
||||
Reference in New Issue
Block a user