X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_boolLightningErrorZ.ts;h=803ef06d87a013ec97269915d1e1242c31272366;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=449afc5956c7c0e4a42ebcfc4dfa1f715d6e546b;hpb=7aa095f42a570229656ab5fade9d966823b72e06;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; }