[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / Watch.cs
index 39a6f5d00ac52459717555e37235bc5590060e7e..4fc936e0cc517fc7b7b6ca148ab3943d95523e17 100644 (file)
@@ -93,7 +93,6 @@ public class Watch : CommonBase {
                        org.ldk.structs.OutPoint _funding_txo_hu_conv = null; if (_funding_txo < 0 || _funding_txo > 4096) { _funding_txo_hu_conv = new org.ldk.structs.OutPoint(null, _funding_txo); }
                        if (_funding_txo_hu_conv != null) { _funding_txo_hu_conv.ptrs_to.AddLast(this); };
                        org.ldk.structs.ChannelMonitorUpdate _update_hu_conv = null; if (_update < 0 || _update > 4096) { _update_hu_conv = new org.ldk.structs.ChannelMonitorUpdate(null, _update); }
-                       if (_update_hu_conv != null) { _update_hu_conv.ptrs_to.AddLast(this); };
                        ChannelMonitorUpdateStatus ret = arg.update_channel(_funding_txo_hu_conv, _update_hu_conv);
                                GC.KeepAlive(arg);
                        return ret;