mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-19 21:14:38 +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:
@@ -379,16 +379,12 @@ The following tables are currently supported:
|
||||
- `txid` (type `txid`, sqltype `BLOB`)
|
||||
- `idx` (type `u32`, sqltype `INTEGER`, from JSON field `index`)
|
||||
- `sequence` (type `u32`, sqltype `INTEGER`)
|
||||
- `type` (type `string`, sqltype `TEXT`)
|
||||
- `channel` (type `short_channel_id`, sqltype `TEXT`)
|
||||
- related table `transactions_outputs`
|
||||
- `row` (reference to `transactions.rowid`, sqltype `INTEGER`)
|
||||
- `arrindex` (index within array, sqltype `INTEGER`)
|
||||
- `idx` (type `u32`, sqltype `INTEGER`, from JSON field `index`)
|
||||
- `amount_msat` (type `msat`, sqltype `INTEGER`)
|
||||
- `scriptPubKey` (type `hex`, sqltype `BLOB`)
|
||||
- `type` (type `string`, sqltype `TEXT`)
|
||||
- `channel` (type `short_channel_id`, sqltype `TEXT`)
|
||||
|
||||
[comment]: # (GENERATE-DOC-END)
|
||||
|
||||
@@ -514,4 +510,4 @@ RESOURCES
|
||||
---------
|
||||
|
||||
Main web site: <https://github.com/ElementsProject/lightning>
|
||||
[comment]: # ( SHA256STAMP:3eb4e024a1e1a4b40460b48b835354514456558797b8f8ce3c76dcbb9ca79dab)
|
||||
[comment]: # ( SHA256STAMP:68c72c66bdc8b0515c6d5dddd5ffd14aa0342bd00f17a44929177c48c36a213f)
|
||||
|
||||
Reference in New Issue
Block a user