mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
Update libwally to 0.8.9
Changelog-Changed: Update libwally to 0.8.9
This commit is contained in:
committed by
ShahanaFarooqui
parent
2e5ad0f417
commit
cc7d9f39be
@@ -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
Submodule external/libwally-core updated: 23e6b626c8...9f2f42df35
Reference in New Issue
Block a user