Update libwally to 0.8.9

Changelog-Changed: Update libwally to 0.8.9
This commit is contained in:
Greg Sanders
2023-04-14 09:41:44 -04:00
committed by ShahanaFarooqui
parent 2e5ad0f417
commit cc7d9f39be
2 changed files with 2 additions and 2 deletions

View File

@@ -642,7 +642,7 @@ bool psbt_finalize(struct wally_psbt *psbt)
wally_psbt_input_set_final_witness(input, stack);
}
ok = (wally_psbt_finalize(psbt) == WALLY_OK);
ok = (wally_psbt_finalize(psbt, 0 /* flags */) == WALLY_OK);
tal_wally_end(psbt);
return ok && psbt_is_finalized(psbt);