Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / BestBlock.java
index 9d3629ebe4c016a63fe31e4eff59802e69ef6118..a595ed02f62723c4b0c33d1fde8a3c4fd300b7a9 100644 (file)
@@ -19,6 +19,11 @@ public class BestBlock extends CommonBase {
                if (ptr != 0) { bindings.BestBlock_free(ptr); }
        }
 
+       long clone_ptr() {
+               long ret = bindings.BestBlock_clone_ptr(this.ptr);
+               return ret;
+       }
+
        /**
         * Creates a copy of the BestBlock
         */
@@ -46,7 +51,7 @@ public class BestBlock extends CommonBase {
         * Returns a `BestBlock` as identified by the given block hash and height.
         */
        public static BestBlock of(byte[] block_hash, int height) {
-               long ret = bindings.BestBlock_new(block_hash, height);
+               long ret = bindings.BestBlock_new(InternalUtils.check_arr_len(block_hash, 32), height);
                if (ret >= 0 && ret <= 4096) { return null; }
                BestBlock ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new BestBlock(null, ret); }
                ret_hu_conv.ptrs_to.add(ret_hu_conv);