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