[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / TwoTuple_BlockHashChannelMonitorZ.java
index 20f35494108f8ecdb7042b85243fd3cb38ec8970..b81079bbfc220e2d949abea616d11797fa8887a7 100644 (file)
@@ -63,7 +63,7 @@ public class TwoTuple_BlockHashChannelMonitorZ extends CommonBase {
        /**
         * Creates a new C2Tuple_BlockHashChannelMonitorZ from the contained elements.
         */
-       public static TwoTuple_BlockHashChannelMonitorZ of(byte[] a, ChannelMonitor b) {
+       public static TwoTuple_BlockHashChannelMonitorZ of(byte[] a, org.ldk.structs.ChannelMonitor b) {
                long ret = bindings.C2Tuple_BlockHashChannelMonitorZ_new(InternalUtils.check_arr_len(a, 32), b == null ? 0 : b.ptr);
                Reference.reachabilityFence(a);
                Reference.reachabilityFence(b);