forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libwally: update to latest master, includes map sort
- Loading branch information
1 parent
9b1b056
commit 24215f8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libwally-core
updated
8 files
+1 −0 | include/wally.hpp | |
+4 −2 | include/wally_address.h | |
+10 −0 | include/wally_psbt.h | |
+8 −6 | src/internal.c | |
+36 −12 | src/psbt.c | |
+9 −7 | src/pyexample/liquid/receive-send.py | |
+67 −0 | src/test/test_psbt.py | |
+5 −4 | src/test/util.py |