From d5f162ee09d1bc60f35b71aec5060df0dfa15fe5 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 18 Jan 2021 16:19:00 -0600 Subject: [PATCH] Fix BitcoindV21RpcClient testkit errors (#2533) --- .../scala/org/bitcoins/testkit/rpc/BitcoindRpcTestUtil.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/testkit/src/main/scala/org/bitcoins/testkit/rpc/BitcoindRpcTestUtil.scala b/testkit/src/main/scala/org/bitcoins/testkit/rpc/BitcoindRpcTestUtil.scala index c94d049c03..5ab09e24bb 100644 --- a/testkit/src/main/scala/org/bitcoins/testkit/rpc/BitcoindRpcTestUtil.scala +++ b/testkit/src/main/scala/org/bitcoins/testkit/rpc/BitcoindRpcTestUtil.scala @@ -387,7 +387,6 @@ trait BitcoindRpcTestUtil extends BitcoinSLogger { server.start().flatMap { res => val createWalletF = for { _ <- res.createWallet("") - _ <- res.loadWallet("") } yield res createWalletF.recoverWith {