Update auto-generated Java bindings (all functionally equivalent)
[ldk-java] / src / main / java / org / ldk / structs / Result_InvoiceFeaturesDecodeErrorZ.java
index 9071009671f0c1fa7b1de16fc584f291e399a494..73c4607119ceda4f2a3f0c250574fc6b0dfbf42b 100644 (file)
@@ -24,7 +24,7 @@ public class Result_InvoiceFeaturesDecodeErrorZ extends CommonBase {
                public final InvoiceFeatures res;
                private Result_InvoiceFeaturesDecodeErrorZ_OK(Object _dummy, long ptr) {
                        super(_dummy, ptr);
-                       long res = bindings.LDKCResult_InvoiceFeaturesDecodeErrorZ_get_ok(ptr);
+                       long res = bindings.CResult_InvoiceFeaturesDecodeErrorZ_get_ok(ptr);
                        InvoiceFeatures res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new InvoiceFeatures(null, res); }
                        res_hu_conv.ptrs_to.add(this);
                        this.res = res_hu_conv;
@@ -35,7 +35,7 @@ public class Result_InvoiceFeaturesDecodeErrorZ extends CommonBase {
                public final DecodeError err;
                private Result_InvoiceFeaturesDecodeErrorZ_Err(Object _dummy, long ptr) {
                        super(_dummy, ptr);
-                       long err = bindings.LDKCResult_InvoiceFeaturesDecodeErrorZ_get_err(ptr);
+                       long err = bindings.CResult_InvoiceFeaturesDecodeErrorZ_get_err(ptr);
                        DecodeError err_hu_conv = null; if (err < 0 || err > 4096) { err_hu_conv = new DecodeError(null, err); }
                        err_hu_conv.ptrs_to.add(this);
                        this.err = err_hu_conv;