Skip to content

Commit

Permalink
bitcoin core update to 26.1 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Apr 11, 2024
1 parent d961839 commit e2e540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_functions.bitcoincore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ joininConfPath="/home/joinmarket/joinin.conf"
function downloadBitcoinCore() {
# set version
# https://bitcoincore.org/en/download/
bitcoinVersion="26.0"
bitcoinVersion="26.1"

if bitcoin-cli --version | grep $bitcoinVersion >/dev/null; then
echo "# Bitcoin Core $bitcoinVersion is already installed"
Expand Down

0 comments on commit e2e540c

Please sign in to comment.