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

@ -1 +1 @@
Subproject commit 23e6b626c8906bce2e3179409b938c9ef9bca463
Subproject commit 9f2f42df357f5b76d6273ab3165fb9ca671841d8