ci: use Bitcoin Core 26.1

Changelog-None
This commit is contained in:
fanquake
2024-04-03 13:27:15 +01:00
committed by Rusty Russell
parent 09d6bb9aed
commit dbcef94d8e
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
export BITCOIN_VERSION=25.1
export BITCOIN_VERSION=26.1
export ELEMENTS_VERSION=22.0.2
export RUST_VERSION=stable