mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
2022 12 05 issue 4904 (#4917)
* Switch newest version to v24 * Turn off logging * Empty commit * Remove comment * Empty commit * Empty commit
This commit is contained in:
parent
b329c3670e
commit
56ae02918c
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ sealed trait BitcoindVersion
|
|||
object BitcoindVersion extends StringFactory[BitcoindVersion] with Logging {
|
||||
|
||||
/** The newest version of `bitcoind` we support */
|
||||
val newest: BitcoindVersion = V23 // todo make v24
|
||||
val newest: BitcoindVersion = V24
|
||||
|
||||
val standard: Vector[BitcoindVersion] =
|
||||
Vector(V19, V20, V21, V22, V23, V24)
|
||||
|
|
Loading…
Add table
Reference in a new issue