mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Update libwally to 0.8.9
Changelog-Changed: Update libwally to 0.8.9
This commit is contained in:
parent
2e5ad0f417
commit
cc7d9f39be
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
2
external/libwally-core
vendored
2
external/libwally-core
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 23e6b626c8906bce2e3179409b938c9ef9bca463
|
||||
Subproject commit 9f2f42df357f5b76d6273ab3165fb9ca671841d8
|
Loading…
Add table
Reference in a new issue