X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_PhantomRouteHintsDecodeErrorZ.java;h=c49411b3043fc98c97abeea2c04276db35f44221;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=5c213ff671d90268dc48079ffdf5cc2a01bf8c3c;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.java index 5c213ff6..c49411b3 100644 --- a/src/main/java/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.java @@ -45,7 +45,7 @@ public class Result_PhantomRouteHintsDecodeErrorZ extends CommonBase { /** * Creates a new CResult_PhantomRouteHintsDecodeErrorZ in the success state. */ - public static Result_PhantomRouteHintsDecodeErrorZ ok(PhantomRouteHints o) { + public static Result_PhantomRouteHintsDecodeErrorZ ok(org.ldk.structs.PhantomRouteHints o) { long ret = bindings.CResult_PhantomRouteHintsDecodeErrorZ_ok(o == null ? 0 : o.ptr); Reference.reachabilityFence(o); if (ret >= 0 && ret <= 4096) { return null; } @@ -57,7 +57,7 @@ public class Result_PhantomRouteHintsDecodeErrorZ extends CommonBase { /** * Creates a new CResult_PhantomRouteHintsDecodeErrorZ in the error state. */ - public static Result_PhantomRouteHintsDecodeErrorZ err(DecodeError e) { + public static Result_PhantomRouteHintsDecodeErrorZ err(org.ldk.structs.DecodeError e) { long ret = bindings.CResult_PhantomRouteHintsDecodeErrorZ_err(e.ptr); Reference.reachabilityFence(e); if (ret >= 0 && ret <= 4096) { return null; }