commit 4a34d2b574092d2e3f2f20c6b1b0909f9def4867 parent f02af95ef2579c30090491eb8e0f04a0a0b50d9d Author: Antoine A <> Date: Fri, 28 Mar 2025 13:09:50 +0100 Update bitcoin to 28.1 Diffstat:
| M | README.md | | | 2 | +- |
| M | script/prepare.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ Depolymerizer require: #### Bitcoin -[Bitcoind](https://bitcoincore.org/) version 28.0 is expected +[Bitcoind](https://bitcoincore.org/) version 28.1 is expected #### Ethereum diff --git a/script/prepare.sh b/script/prepare.sh @@ -16,7 +16,7 @@ function cleanup() { trap cleanup EXIT -BTC_VER="28.0" +BTC_VER="28.1" ETH_VER="1.13.5-916d6a44" echo "Ⅰ - Find installed postgres version"