X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_boolLightningErrorZ.ts;h=803ef06d87a013ec97269915d1e1242c31272366;hb=8c0814bf345323be8f16e075a9af0bd43d9400ee;hp=449afc5956c7c0e4a42ebcfc4dfa1f715d6e546b;hpb=f6c75b182a7786062a4966e8939701ef59092509;p=ldk-java diff --git a/ts/structs/Result_boolLightningErrorZ.ts b/ts/structs/Result_boolLightningErrorZ.ts index 449afc59..803ef06d 100644 --- a/ts/structs/Result_boolLightningErrorZ.ts +++ b/ts/structs/Result_boolLightningErrorZ.ts @@ -43,7 +43,6 @@ public class Result_boolLightningErrorZ extends CommonBase { public static Result_boolLightningErrorZ constructor_err(LightningError e) { number ret = bindings.CResult_boolLightningErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_boolLightningErrorZ ret_hu_conv = Result_boolLightningErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; }