[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / BumpTransactionEventHandler.java
index 75f3cb66a58d7a5199cc4bb676006bf6b8269c4d..b694a2eaeb29a63624a882e7ee163db64c3cb45b 100644 (file)
@@ -49,7 +49,7 @@ public class BumpTransactionEventHandler extends CommonBase {
         * Handles all variants of [`BumpTransactionEvent`].
         */
        public void handle_event(org.ldk.structs.BumpTransactionEvent event) {
-               bindings.BumpTransactionEventHandler_handle_event(this.ptr, event == null ? 0 : event.ptr);
+               bindings.BumpTransactionEventHandler_handle_event(this.ptr, event.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(event);
        }