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:
Chris Stewart 2023-02-11 17:21:13 -06:00 committed by GitHub
parent b329c3670e
commit 56ae02918c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)