[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / MinFinalCltvExpiryDelta.cs
index e407faf8d2587020978e0e981f91ea38b82cee87..3c7de38adc28acd6660325f5f7bff01589021589 100644 (file)
@@ -75,7 +75,7 @@ public class MinFinalCltvExpiryDelta : CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public bool eq(org.ldk.structs.MinFinalCltvExpiryDelta b) {
-               bool ret = bindings.MinFinalCltvExpiryDelta_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.MinFinalCltvExpiryDelta_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                if (this != null) { this.ptrs_to.AddLast(b); };