mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
Remove hard coded bitcoind version eclair was depending on and switch to latest version of bitcoind (#2324)
This commit is contained in:
parent
92b7944e23
commit
8f9f7750d9
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ trait EclairRpcTestUtil extends BitcoinSLogger {
|
|||
uri = new URI("http://localhost:18333"),
|
||||
rpcUri = auth.bitcoindRpcUri,
|
||||
authCredentials = auth.bitcoinAuthOpt.get,
|
||||
binary = BitcoindRpcTestUtil.getBinary(BitcoindVersion.V17)
|
||||
binary = BitcoindRpcTestUtil.getBinary(BitcoindVersion.newest)
|
||||
)
|
||||
BitcoindRpcClient.withActorSystem(bitcoindInstance)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue