Updated bindings
[ldk-java] / src / main / java / org / ldk / structs / Access.java
index 7a9b89c03bc057e0ce8591b64b6b536a7ef48a41..da5109033005d77e4917867441fa400b7a646832 100644 (file)
@@ -38,7 +38,6 @@ public class Access extends CommonBase {
        public Result_TxOutAccessErrorZ get_utxo(byte[] genesis_hash, long short_channel_id) {
                long ret = bindings.Access_get_utxo(this.ptr, genesis_hash, short_channel_id);
                Result_TxOutAccessErrorZ ret_hu_conv = Result_TxOutAccessErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }