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