mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
psbt: only compare a subset of psbt input/output fields
At some point, it's ok to add more extra info to a psbt and still not have that be counted as 'diff'd.
This commit is contained in:
@@ -218,7 +218,7 @@ openchannel2_changed_hook_serialize(struct openchannel2_psbt_payload *payload,
|
||||
json_add_psbt(stream, "psbt", payload->psbt);
|
||||
json_add_string(stream, "channel_id",
|
||||
type_to_string(tmpctx, struct channel_id,
|
||||
&payload->rcvd->channel->cid));
|
||||
&payload->rcvd->cid));
|
||||
json_object_end(stream);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user