Update auto-generated bindings with new upstream.
[ldk-java] / src / main / java / org / ldk / structs / HTLCUpdate.java
index 7313e8670beab947a40f4b66ff1a182559aa5536..57f94ec2202165b714d91a7712ce81070e476f1c 100644 (file)
@@ -17,6 +17,7 @@ public class HTLCUpdate extends CommonBase {
        public HTLCUpdate clone() {
                long ret = bindings.HTLCUpdate_clone(this.ptr);
                HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
+               ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
 
@@ -25,9 +26,9 @@ public class HTLCUpdate extends CommonBase {
                return ret;
        }
 
-       public static HTLCUpdate constructor_read(byte[] ser) {
+       public static Result_HTLCUpdateDecodeErrorZ constructor_read(byte[] ser) {
                long ret = bindings.HTLCUpdate_read(ser);
-               HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
+               Result_HTLCUpdateDecodeErrorZ ret_hu_conv = Result_HTLCUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }