File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ export const EC_XONLY_PUBLIC_KEY_LEN = 32;
8484export const HASH160_LEN = 20 ;
8585export const HMAC_SHA256_LEN = 32 ;
8686export const HMAC_SHA512_LEN = 64 ;
87- export const LIBWALLY_CORE_PSBT_MEMBERS_H = 1 ;
8887export const PBKDF2_HMAC_SHA256_LEN = 32 ;
8988export const PBKDF2_HMAC_SHA512_LEN = 64 ;
9089export const RIPEMD160_LEN = 20 ;
Original file line number Diff line number Diff line change 33# Extract WALLY_ constants into const.js
44(echo ' // AUTOGENERATED by update_wasm_package.sh' \
55 && egrep -r ' #define [^ (]* ' include/* .h \
6+ | grep -v ' #define LIBWALLY_CORE_' \
67 | grep -v ' #define OP_' \
78 | sed -r ' s~.*#define ([^ ]*) *~export const \1 = ~; s~( /\*)| *$~;\1~' \
89 | LC_ALL=C sort \
You can’t perform that action at this time.
0 commit comments