mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
dual_open_control: correct name of hook
We're processing the PSBT for openchannel_changed, not openchannel_signed
This commit is contained in:
committed by
Christian Decker
parent
c6de4138e6
commit
b2bb80cb1b
@@ -464,7 +464,7 @@ openchannel2_changed_deserialize(struct openchannel2_psbt_payload *payload,
|
||||
struct wally_psbt *psbt;
|
||||
|
||||
if (!hook_extract_psbt(NULL, dualopend, buffer,
|
||||
toks, "openchannel2_sign",
|
||||
toks, "openchannel2_changed",
|
||||
false, &psbt))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user