diff --git a/wallets/regtest/src/main/java/bisq/wallets/regtest/bitcoind/BitcoindRegtestSetup.java b/wallets/regtest/src/main/java/bisq/wallets/regtest/bitcoind/BitcoindRegtestSetup.java index a77221171e..5d49e5f872 100644 --- a/wallets/regtest/src/main/java/bisq/wallets/regtest/bitcoind/BitcoindRegtestSetup.java +++ b/wallets/regtest/src/main/java/bisq/wallets/regtest/bitcoind/BitcoindRegtestSetup.java @@ -65,7 +65,7 @@ public List mineOneBlock() throws InterruptedException { return mineBlocks(1); } - public List mineBlocks(int numberOfBlocks) throws InterruptedException { + public List mineBlocks(int numberOfBlocks) { return remoteBitcoind.mineBlocks(numberOfBlocks); }