mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Fix type signature (#4830)
This commit is contained in:
parent
6683259652
commit
2a617558dd
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ trait CachedBitcoindPairV21
|
|||
}
|
||||
|
||||
trait CachedBitcoindPairV22
|
||||
extends CachedBitcoindCollection[BitcoindV21RpcClient] {
|
||||
extends CachedBitcoindCollection[BitcoindV22RpcClient] {
|
||||
_: BitcoinSAkkaAsyncTest =>
|
||||
|
||||
override val version: BitcoindVersion = BitcoindVersion.V22
|
||||
|
|
Loading…
Add table
Reference in a new issue