ci: use Bitcoin Core 25.1

This commit is contained in:
fanquake
2023-10-19 10:59:09 +01:00
committed by Rusty Russell
parent 4216affe90
commit a13cbcf16f
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.0
export BITCOIN_VERSION=25.1
export ELEMENTS_VERSION=22.0.2
export RUST_VERSION=stable