Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / HTLCUpdate.java
index 5951ab2e22a28fd485b1bb8f978a4ac7cd5b92df..994c13587a7ac95531198e393d3f69f66de17d16 100644 (file)
@@ -10,8 +10,6 @@ import java.util.Arrays;
  * Simple structure sent back by `chain::Watch` when an HTLC from a forward channel is detected on
  * chain. Used to update the corresponding HTLC in the backward channel. Failing to pass the
  * preimage claim backward will lead to loss of funds.
- * 
- * [`chain::Watch`]: ../trait.Watch.html
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class HTLCUpdate extends CommonBase {
@@ -27,6 +25,7 @@ public class HTLCUpdate extends CommonBase {
         */
        public HTLCUpdate clone() {
                long ret = bindings.HTLCUpdate_clone(this.ptr);
+               if (ret < 1024) { return null; }
                HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
@@ -43,8 +42,9 @@ public class HTLCUpdate extends CommonBase {
        /**
         * Read a HTLCUpdate from a byte array, created by HTLCUpdate_write
         */
-       public static Result_HTLCUpdateDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_HTLCUpdateDecodeErrorZ read(byte[] ser) {
                long ret = bindings.HTLCUpdate_read(ser);
+               if (ret < 1024) { return null; }
                Result_HTLCUpdateDecodeErrorZ ret_hu_conv = Result_HTLCUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }