mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-01 05:14:29 +01:00
libwally has a quirk where the finalize method will fail to 'completely' finalize an input's parts if either the final_scriptsig or final_redeemscript fields are set since we manually set the final_witness stack here, we also need to fully finalize the redeemscript -> final_scriptsig here as well.