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:
Rusty Russell
2023-07-21 16:47:22 +09:30
parent 472db2390f
commit 8910529e6a
11 changed files with 174 additions and 148 deletions

View File

@@ -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',