rgb-cln/wallet
Rusty Russell 3110d205a1 listtransactions: remove annotations
This is a minimal subset of the master commit b8aa3a579e
which fixes compile with --enable-experimental-features:

```
wallet/walletrpc.c: In function 'json_transaction_details':
wallet/walletrpc.c:521:56: error: 'const struct wallet_transaction' has no member named 'input_annotations'
  521 |                         struct tx_annotation *ann = &tx->input_annotations[i];
      |                                                        ^~
wallet/walletrpc.c:551:56: error: 'const struct wallet_transaction' has no member named 'output_annotations'
  551 |                         struct tx_annotation *ann = &tx->output_annotations[i];
      |                                                        ^~
```

Reported-by: @whitslack
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Fixed: build: compilation error when `--enable-experimental-features` configured.
2023-06-29 10:57:56 -04:00
..
test db: make db_exec_prepared_v2 return void. 2023-04-06 09:50:32 +09:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
db.c wallet: add channel_type field to db. 2023-04-10 17:26:47 +09:30
db.h database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
invoices.c wallet: use db_col_optional. 2023-03-25 15:28:02 +10:30
invoices.h delinvoice: allow desconly arg to only remove the description. 2022-03-29 10:04:16 +10:30
psbt_fixup.c wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
psbt_fixup.h wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
reservation.c wallet: allow psbt_using_utxos to take a starter psbt. 2023-04-10 17:26:47 +09:30
txfilter.c all: no longer need to call htable_clear to free htable contents. 2023-01-12 11:44:10 +10:30
txfilter.h common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
wallet.c wallet: fix crash on listtransactions. 2023-06-05 10:53:01 +09:30
wallet.h wallet: fix crash on listtransactions. 2023-06-05 10:53:01 +09:30
walletrpc.c listtransactions: remove annotations 2023-06-29 10:57:56 -04:00
walletrpc.h daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30