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