[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / FilesystemPersister.java
index 753d4e0cf95291e7d750b97ea479f697f5f7c698..c6235e61e2cfe54a020f72409e03e26e8dd3f26e 100644 (file)
@@ -56,7 +56,7 @@ public class FilesystemPersister extends CommonBase {
        /**
         * Read `ChannelMonitor`s from disk.
         */
-       public Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ read_channelmonitors(KeysInterface keys_manager) {
+       public Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ read_channelmonitors(org.ldk.structs.KeysInterface keys_manager) {
                long ret = bindings.FilesystemPersister_read_channelmonitors(this.ptr, keys_manager == null ? 0 : keys_manager.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(keys_manager);