Fix BitcoindV21RpcClient testkit errors (#2533)

This commit is contained in:
benthecarman 2021-01-18 16:19:00 -06:00 committed by GitHub
parent fcc258c5b2
commit 811e96bb4f

View file

@ -387,7 +387,6 @@ trait BitcoindRpcTestUtil extends BitcoinSLogger {
server.start().flatMap { res =>
val createWalletF = for {
_ <- res.createWallet("")
_ <- res.loadWallet("")
} yield res
createWalletF.recoverWith {