ci: use Bitcoin Core 27.1

Changelog-None
This commit is contained in:
fanquake
2024-06-17 16:44:23 +01:00
committed by Rusty Russell
parent 259015720e
commit 2614dfc104
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=26.1
export BITCOIN_VERSION=27.1
export ELEMENTS_VERSION=22.0.2
export RUST_VERSION=stable