[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / WriteableEcdsaChannelSigner.cs
index d7b0988e41ac76ba6939b08eee0980409eb2c8ed..045861df176f80ae6dff8669b1804423e5dba391 100644 (file)
@@ -52,7 +52,7 @@ public class WriteableEcdsaChannelSigner : CommonBase {
                LDKWriteableEcdsaChannelSignerImpl impl = new LDKWriteableEcdsaChannelSignerImpl(arg, impl_holder);
                EcdsaChannelSigner ecdsaChannelSigner = EcdsaChannelSigner.new_impl(ecdsaChannelSigner_impl, channelSigner_impl, pubkeys);
                ChannelSigner channelSigner = ChannelSigner.new_impl(channelSigner_impl, pubkeys);
-               long[] ptr_idx = bindings.LDKWriteableEcdsaChannelSigner_new(impl, ecdsaChannelSigner.instance_idx, channelSigner.instance_idx, pubkeys == null ? 0 : pubkeys.clone_ptr());
+               long[] ptr_idx = bindings.LDKWriteableEcdsaChannelSigner_new(impl, ecdsaChannelSigner.instance_idx, channelSigner.instance_idx, pubkeys.clone_ptr());
 
                impl_holder.held = new WriteableEcdsaChannelSigner(null, ptr_idx[0]);
                impl_holder.held.instance_idx = ptr_idx[1];