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:
Rusty Russell
2023-05-22 10:21:44 +09:30
parent 4deb552fe9
commit b8aa3a579e
11 changed files with 6 additions and 304 deletions

View File

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