Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solo1g committed Jun 7, 2022
1 parent f3672ff commit 700628e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ trait BitcoindRpcTestUtil extends Logging {
def createNodePairV22(clientAccum: RpcClientAccum)(implicit
system: ActorSystem): Future[
(BitcoindV21RpcClient, BitcoindV21RpcClient)
] = //shouldn't this be V22?
] = //shouldn't this be V22
createNodePairInternal(BitcoindVersion.V22, clientAccum)

/** Returns a pair of [[org.bitcoins.rpc.client.v23.BitcoindV23RpcClient BitcoindV23RpcClient]]
Expand Down

0 comments on commit 700628e

Please sign in to comment.