mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
listtransactions: remove annotations, which were only in EXPERIMENTAL_FEATURES.
I don't know if anyone was using them, they seem half-hearted. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3914,11 +3914,7 @@ def test_sql(node_factory, bitcoind):
|
||||
{'name': 'idx',
|
||||
'type': 'u32'},
|
||||
{'name': 'sequence',
|
||||
'type': 'u32'},
|
||||
{'name': 'type',
|
||||
'type': 'string'},
|
||||
{'name': 'channel',
|
||||
'type': 'short_channel_id'}]},
|
||||
'type': 'u32'}]},
|
||||
'transactions_outputs': {
|
||||
'columns': [{'name': 'row',
|
||||
'type': 'u64'},
|
||||
@@ -3929,11 +3925,7 @@ def test_sql(node_factory, bitcoind):
|
||||
{'name': 'amount_msat',
|
||||
'type': 'msat'},
|
||||
{'name': 'scriptPubKey',
|
||||
'type': 'hex'},
|
||||
{'name': 'type',
|
||||
'type': 'string'},
|
||||
{'name': 'channel',
|
||||
'type': 'short_channel_id'}]},
|
||||
'type': 'hex'}]},
|
||||
'bkpr_accountevents': {
|
||||
'columns': [{'name': 'account',
|
||||
'type': 'string'},
|
||||
|
||||
Reference in New Issue
Block a user