[C#] Update auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / structs / DirectedChannelInfo.cs
index c08ef7555cf6a4c2abb4333803956c282f01a805..fea5e7fb3229d0ab89594b7e456f314038a024d8 100644 (file)
@@ -46,15 +46,6 @@ public class DirectedChannelInfo : CommonBase {
                return ret_hu_conv;
        }
 
-       /**
-        * Returns the maximum HTLC amount allowed over the channel in the direction.
-        */
-       public long htlc_maximum_msat() {
-               long ret = bindings.DirectedChannelInfo_htlc_maximum_msat(this.ptr);
-               GC.KeepAlive(this);
-               return ret;
-       }
-
        /**
         * Returns the [`EffectiveCapacity`] of the channel in the direction.
         *