dual_open_control: correct name of hook

We're processing the PSBT for openchannel_changed, not
openchannel_signed
This commit is contained in:
niftynei 2020-11-23 18:58:47 -06:00 committed by Christian Decker
parent c6de4138e6
commit b2bb80cb1b
1 changed files with 1 additions and 1 deletions

View File

@ -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;