X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_PositiveTimestampCreationErrorZ.ts;h=beb9b74f030c743f2f6160858308c3549bdfa5ba;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=39e685c0546cfbbd0552f1b316f27eb7590e0d52;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_PositiveTimestampCreationErrorZ.ts b/ts/structs/Result_PositiveTimestampCreationErrorZ.ts index 39e685c0..beb9b74f 100644 --- a/ts/structs/Result_PositiveTimestampCreationErrorZ.ts +++ b/ts/structs/Result_PositiveTimestampCreationErrorZ.ts @@ -37,7 +37,6 @@ public class Result_PositiveTimestampCreationErrorZ extends CommonBase { public static Result_PositiveTimestampCreationErrorZ constructor_ok(PositiveTimestamp o) { number ret = bindings.CResult_PositiveTimestampCreationErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_PositiveTimestampCreationErrorZ ret_hu_conv = Result_PositiveTimestampCreationErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; }