X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FWatch.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FWatch.cs;h=4fc936e0cc517fc7b7b6ca148ab3943d95523e17;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=39a6f5d00ac52459717555e37235bc5590060e7e;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/Watch.cs b/c_sharp/src/org/ldk/structs/Watch.cs index 39a6f5d0..4fc936e0 100644 --- a/c_sharp/src/org/ldk/structs/Watch.cs +++ b/c_sharp/src/org/ldk/structs/Watch.cs @@ -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;