[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / ShutdownScript.cs
index cb9709f2f50299c80a22b3a5476bf65e447252fb..485cb08b885036fafbaae5ec70f208ce6331af53 100644 (file)
@@ -41,7 +41,7 @@ public class ShutdownScript : CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public bool eq(org.ldk.structs.ShutdownScript b) {
-               bool ret = bindings.ShutdownScript_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.ShutdownScript_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                if (this != null) { this.ptrs_to.AddLast(b); };
@@ -147,7 +147,7 @@ public class ShutdownScript : CommonBase {
         * Specifically, checks for compliance with feature `option_shutdown_anysegwit`.
         */
        public bool is_compatible(org.ldk.structs.InitFeatures features) {
-               bool ret = bindings.ShutdownScript_is_compatible(this.ptr, features == null ? 0 : features.ptr);
+               bool ret = bindings.ShutdownScript_is_compatible(this.ptr, features.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(features);
                if (this != null) { this.ptrs_to.AddLast(features); };