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