The PSBT code for libwally-core was overhauled, which this PR takes into account.
Libwally-core now includes secp256k1 as a submodule, which improves audibility. This may however cause some annoyance when updating (you may need to delete CLibWally/libwally-core/src/secp256k1 and sync the submodule)
Replaces #33. Builds on top of #44.
The PSBT code for libwally-core was overhauled, which this PR takes into account.
Libwally-core now includes secp256k1 as a submodule, which improves audibility. This may however cause some annoyance when updating (you may need to delete
CLibWally/libwally-core/src/secp256k1
and sync the submodule)