Skip to content

Commit 085016b

Browse files
committed
Update bindings
1 parent e895321 commit 085016b

File tree

5 files changed

+124
-124
lines changed

5 files changed

+124
-124
lines changed

liblightningjni.so

9.84 KB
Binary file not shown.

src/main/java/org/ldk/enums/LDKSecp256k1Error.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public enum LDKSecp256k1Error {
88
LDKSecp256k1Error_InvalidSecretKey,
99
LDKSecp256k1Error_InvalidRecoveryId,
1010
LDKSecp256k1Error_InvalidTweak,
11-
LDKSecp256k1Error_TweakCheckFailed,
1211
LDKSecp256k1Error_NotEnoughMemory,
12+
LDKSecp256k1Error_CallbackPanicked,
1313
; static native void init();
1414
static { init(); }
1515
}

0 commit comments

Comments
 (0)