Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / UnsignedNodeAnnouncement.java
index 27e4dac77c6546c51c17d36bf56974b517406fb4..3bacc584f6fc5c4d7261c603425df56c94a13e81 100644 (file)
@@ -129,7 +129,7 @@ public class UnsignedNodeAnnouncement extends CommonBase {
        /**
         * Read a UnsignedNodeAnnouncement from a byte array, created by UnsignedNodeAnnouncement_write
         */
-       public static Result_UnsignedNodeAnnouncementDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_UnsignedNodeAnnouncementDecodeErrorZ read(byte[] ser) {
                long ret = bindings.UnsignedNodeAnnouncement_read(ser);
                Result_UnsignedNodeAnnouncementDecodeErrorZ ret_hu_conv = Result_UnsignedNodeAnnouncementDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;