X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_InMemoryChannelKeysDecodeErrorZ.java;fp=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_InMemoryChannelKeysDecodeErrorZ.java;h=a47ae76297d2740dd61eb15cf936d756f5ef5ec0;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=ea33fa2c3fa8f2a6a593ae987d446b213734302c;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_InMemoryChannelKeysDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_InMemoryChannelKeysDecodeErrorZ.java index ea33fa2c..a47ae762 100644 --- a/src/main/java/org/ldk/structs/Result_InMemoryChannelKeysDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_InMemoryChannelKeysDecodeErrorZ.java @@ -25,6 +25,7 @@ public class Result_InMemoryChannelKeysDecodeErrorZ extends CommonBase { super(_dummy, ptr); long res = bindings.LDKCResult_InMemoryChannelKeysDecodeErrorZ_get_ok(ptr); InMemoryChannelKeys res_hu_conv = new InMemoryChannelKeys(null, res); + res_hu_conv.ptrs_to.add(this); this.res = res_hu_conv; } public Result_InMemoryChannelKeysDecodeErrorZ_OK(InMemoryChannelKeys res) { @@ -39,6 +40,7 @@ public class Result_InMemoryChannelKeysDecodeErrorZ extends CommonBase { super(_dummy, ptr); long err = bindings.LDKCResult_InMemoryChannelKeysDecodeErrorZ_get_err(ptr); DecodeError err_hu_conv = new DecodeError(null, err); + err_hu_conv.ptrs_to.add(this); this.err = err_hu_conv; } public Result_InMemoryChannelKeysDecodeErrorZ_Err(DecodeError err) {