Update auto-generated bindings
[ldk-java] / ts / structs / Result_ChannelFeaturesDecodeErrorZ.ts
index af6fcd002e9622364c52c15cdb19fcc9689d3e08..942ff138713551a1169dc5f4450374a29310a2d2 100644 (file)
@@ -37,14 +37,14 @@ public class Result_ChannelFeaturesDecodeErrorZ extends CommonBase {
                }
        }
 
-       public static Result_ChannelFeaturesDecodeErrorZ constructor__ok(ChannelFeatures o) {
+       public static Result_ChannelFeaturesDecodeErrorZ constructor_ok(ChannelFeatures o) {
                number ret = bindings.CResult_ChannelFeaturesDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_ChannelFeaturesDecodeErrorZ ret_hu_conv = Result_ChannelFeaturesDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
-       public static Result_ChannelFeaturesDecodeErrorZ constructor__err(DecodeError e) {
+       public static Result_ChannelFeaturesDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_ChannelFeaturesDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_ChannelFeaturesDecodeErrorZ ret_hu_conv = Result_ChannelFeaturesDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(e);