Update auto-generated bindings with new upstream.
[ldk-java] / src / main / java / org / ldk / structs / DataLossProtect.java
index 2a5438e1836483a2cc41345c25905393c0499421..4d0e79d4921dfa4bc9e495186cf4fa6132633046 100644 (file)
@@ -11,14 +11,7 @@ public class DataLossProtect extends CommonBase {
        @Override @SuppressWarnings("deprecation")
        protected void finalize() throws Throwable {
                super.finalize();
-               bindings.DataLossProtect_free(ptr);
-       }
-
-       public static DataLossProtect constructor_clone(DataLossProtect orig) {
-               long ret = bindings.DataLossProtect_clone(orig == null ? 0 : orig.ptr & ~1);
-               DataLossProtect ret_hu_conv = new DataLossProtect(null, ret);
-               ret_hu_conv.ptrs_to.add(orig);
-               return ret_hu_conv;
+               if (ptr != 0) { bindings.DataLossProtect_free(ptr); }
        }
 
        public byte[] get_your_last_per_commitment_secret() {
@@ -42,6 +35,14 @@ public class DataLossProtect extends CommonBase {
        public static DataLossProtect constructor_new(byte[] your_last_per_commitment_secret_arg, byte[] my_current_per_commitment_point_arg) {
                long ret = bindings.DataLossProtect_new(your_last_per_commitment_secret_arg, my_current_per_commitment_point_arg);
                DataLossProtect ret_hu_conv = new DataLossProtect(null, ret);
+               ret_hu_conv.ptrs_to.add(ret_hu_conv);
+               return ret_hu_conv;
+       }
+
+       public DataLossProtect clone() {
+               long ret = bindings.DataLossProtect_clone(this.ptr);
+               DataLossProtect ret_hu_conv = new DataLossProtect(null, ret);
+               ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }