mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
listtransactions: get rid of per-tx type annotations.
We didn't actually populate them properly, and the real annotations are on inputs and outputs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-EXPERIMENTAL: JSON-RPC: `listtransactions` `channel` and `type` field removed at top level.
This commit is contained in:
committed by
Alex Myers
parent
578f075407
commit
611795beee
@@ -266,7 +266,7 @@ static void peer_received_closing_signature(struct channel *channel,
|
||||
}
|
||||
|
||||
if (closing_fee_is_acceptable(ld, channel, tx)) {
|
||||
channel_set_last_tx(channel, tx, &sig, TX_CHANNEL_CLOSE);
|
||||
channel_set_last_tx(channel, tx, &sig);
|
||||
wallet_channel_save(ld->wallet, channel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user