Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / UnsignedChannelUpdate.java
index 294ca4b36522af4de74cdde043f83026ed26b14b..758565871ae17eb78e4497b4e2ba6bdc1cc5b356 100644 (file)
@@ -173,7 +173,7 @@ public class UnsignedChannelUpdate extends CommonBase {
        /**
         * Read a UnsignedChannelUpdate from a byte array, created by UnsignedChannelUpdate_write
         */
-       public static Result_UnsignedChannelUpdateDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_UnsignedChannelUpdateDecodeErrorZ read(byte[] ser) {
                long ret = bindings.UnsignedChannelUpdate_read(ser);
                Result_UnsignedChannelUpdateDecodeErrorZ ret_hu_conv = Result_UnsignedChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;