X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_RouteHintHopDecodeErrorZ.java;h=0774f7447ee933207af5b9fb25341720e8590d31;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=476ad683a5fffcd7eb116c9ebd3d37947889d5fc;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.java index 476ad683..0774f744 100644 --- a/src/main/java/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.java @@ -45,7 +45,7 @@ public class Result_RouteHintHopDecodeErrorZ extends CommonBase { /** * Creates a new CResult_RouteHintHopDecodeErrorZ in the success state. */ - public static Result_RouteHintHopDecodeErrorZ ok(RouteHintHop o) { + public static Result_RouteHintHopDecodeErrorZ ok(org.ldk.structs.RouteHintHop o) { long ret = bindings.CResult_RouteHintHopDecodeErrorZ_ok(o == null ? 0 : o.ptr); Reference.reachabilityFence(o); if (ret >= 0 && ret <= 4096) { return null; } @@ -57,7 +57,7 @@ public class Result_RouteHintHopDecodeErrorZ extends CommonBase { /** * Creates a new CResult_RouteHintHopDecodeErrorZ in the error state. */ - public static Result_RouteHintHopDecodeErrorZ err(DecodeError e) { + public static Result_RouteHintHopDecodeErrorZ err(org.ldk.structs.DecodeError e) { long ret = bindings.CResult_RouteHintHopDecodeErrorZ_err(e.ptr); Reference.reachabilityFence(e); if (ret >= 0 && ret <= 4096) { return null; }