Merge pull request #107 from TheBlueMatt/main
[ldk-java] / src / main / java / org / ldk / structs / Result_RouteHintDecodeErrorZ.java
index 76c0335585e991711b072ec8aa86723645c9aeef..e0a3a83e1a41dbcc2bbdcec73589631f85b29abf 100644 (file)
@@ -24,8 +24,8 @@ public class Result_RouteHintDecodeErrorZ extends CommonBase {
                public final RouteHint res;
                private Result_RouteHintDecodeErrorZ_OK(Object _dummy, long ptr) {
                        super(_dummy, ptr);
-                       long res = bindings.LDKCResult_RouteHintDecodeErrorZ_get_ok(ptr);
-                       RouteHint res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new RouteHint(null, res); }
+                       long res = bindings.CResult_RouteHintDecodeErrorZ_get_ok(ptr);
+                       org.ldk.structs.RouteHint res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new org.ldk.structs.RouteHint(null, res); }
                        res_hu_conv.ptrs_to.add(this);
                        this.res = res_hu_conv;
                }
@@ -35,8 +35,8 @@ public class Result_RouteHintDecodeErrorZ extends CommonBase {
                public final DecodeError err;
                private Result_RouteHintDecodeErrorZ_Err(Object _dummy, long ptr) {
                        super(_dummy, ptr);
-                       long err = bindings.LDKCResult_RouteHintDecodeErrorZ_get_err(ptr);
-                       DecodeError err_hu_conv = null; if (err < 0 || err > 4096) { err_hu_conv = new DecodeError(null, err); }
+                       long err = bindings.CResult_RouteHintDecodeErrorZ_get_err(ptr);
+                       org.ldk.structs.DecodeError err_hu_conv = null; if (err < 0 || err > 4096) { err_hu_conv = new org.ldk.structs.DecodeError(null, err); }
                        err_hu_conv.ptrs_to.add(this);
                        this.err = err_hu_conv;
                }