X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FUnsignedChannelUpdate.java;h=758565871ae17eb78e4497b4e2ba6bdc1cc5b356;hb=refs%2Fheads%2Fmain-test;hp=294ca4b36522af4de74cdde043f83026ed26b14b;hpb=a77a2856c7cd010a7b478cce793f7c9f999284d8;p=ldk-java diff --git a/src/main/java/org/ldk/structs/UnsignedChannelUpdate.java b/src/main/java/org/ldk/structs/UnsignedChannelUpdate.java index 294ca4b3..75856587 100644 --- a/src/main/java/org/ldk/structs/UnsignedChannelUpdate.java +++ b/src/main/java/org/ldk/structs/UnsignedChannelUpdate.java @@ -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;