[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / BumpTransactionEventHandler.cs
index 08202f7b0945fd2a522ca4ca68f0cfb7f7502037..9fbf9ee7828289ae974f015b7c819f6770b580fe 100644 (file)
@@ -44,7 +44,7 @@ public class BumpTransactionEventHandler : 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);
                GC.KeepAlive(this);
                GC.KeepAlive(_event);
        }