X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_UpdateFeeDecodeErrorZ.java;h=da32f084575a338c647b2b3c8a431e7dc35a2d0c;hb=ca313f2eee377bec222fa82b2939751fa9eab32e;hp=8ba7425337a11225250f85536b61791a38314a52;hpb=f385eff0dd0aa61fbf21ae946c424f4a6a26de04;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.java index 8ba74253..da32f084 100644 --- a/src/main/java/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.java @@ -36,7 +36,7 @@ public class Result_UpdateFeeDecodeErrorZ extends CommonBase { private Result_UpdateFeeDecodeErrorZ_Err(Object _dummy, long ptr) { super(_dummy, ptr); long err = bindings.CResult_UpdateFeeDecodeErrorZ_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); } + org.ldk.structs.DecodeError err_hu_conv = org.ldk.structs.DecodeError.constr_from_ptr(err); if (err_hu_conv != null) { err_hu_conv.ptrs_to.add(this); }; this.err = err_hu_conv; } @@ -45,7 +45,7 @@ public class Result_UpdateFeeDecodeErrorZ extends CommonBase { /** * Creates a new CResult_UpdateFeeDecodeErrorZ in the success state. */ - public static Result_UpdateFeeDecodeErrorZ ok(UpdateFee o) { + public static Result_UpdateFeeDecodeErrorZ ok(org.ldk.structs.UpdateFee o) { long ret = bindings.CResult_UpdateFeeDecodeErrorZ_ok(o == null ? 0 : o.ptr); Reference.reachabilityFence(o); if (ret >= 0 && ret <= 4096) { return null; } @@ -57,8 +57,8 @@ public class Result_UpdateFeeDecodeErrorZ extends CommonBase { /** * Creates a new CResult_UpdateFeeDecodeErrorZ in the error state. */ - public static Result_UpdateFeeDecodeErrorZ err(DecodeError e) { - long ret = bindings.CResult_UpdateFeeDecodeErrorZ_err(e == null ? 0 : e.ptr); + public static Result_UpdateFeeDecodeErrorZ err(org.ldk.structs.DecodeError e) { + long ret = bindings.CResult_UpdateFeeDecodeErrorZ_err(e.ptr); Reference.reachabilityFence(e); if (ret >= 0 && ret <= 4096) { return null; } Result_UpdateFeeDecodeErrorZ ret_hu_conv = Result_UpdateFeeDecodeErrorZ.constr_from_ptr(ret);