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