X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_TxCreationKeysErrorZ.ts;h=efcb2f496455837a960ee6cbfd15edc80f92eedd;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=77fef19bd35532228462562ac1466a0aec0ce530;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_TxCreationKeysErrorZ.ts b/ts/structs/Result_TxCreationKeysErrorZ.ts index 77fef19b..efcb2f49 100644 --- a/ts/structs/Result_TxCreationKeysErrorZ.ts +++ b/ts/structs/Result_TxCreationKeysErrorZ.ts @@ -37,7 +37,6 @@ public class Result_TxCreationKeysErrorZ extends CommonBase { public static Result_TxCreationKeysErrorZ constructor_ok(TxCreationKeys o) { number ret = bindings.CResult_TxCreationKeysErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_TxCreationKeysErrorZ ret_hu_conv = Result_TxCreationKeysErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; }