[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / TwoTuple_OutPointCVec_u8ZZ.cs
index 38f599a0647fb42a89ff60284b85a758903f9ddc..4a9d7c1472f0c5df74ba504f737c475ac540496f 100644 (file)
@@ -61,7 +61,7 @@ public class TwoTuple_OutPointCVec_u8ZZ : CommonBase {
         * Creates a new C2Tuple_OutPointCVec_u8ZZ from the contained elements.
         */
        public static TwoTuple_OutPointCVec_u8ZZ of(org.ldk.structs.OutPoint a, byte[] b) {
-               long ret = bindings.C2Tuple_OutPointCVec_u8ZZ_new(a == null ? 0 : a.ptr, InternalUtils.encodeUint8Array(b));
+               long ret = bindings.C2Tuple_OutPointCVec_u8ZZ_new(a.ptr, InternalUtils.encodeUint8Array(b));
                GC.KeepAlive(a);
                GC.KeepAlive(b);
                if (ret >= 0 && ret <= 4096) { return null; }