Skip to content

Commit

Permalink
Bump to 26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Dec 13, 2023
1 parent 188c5c0 commit 0cfa318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update \
wget \
&& apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG VERSION=25.0
ARG VERSION=26.0
ARG GROESTLCOIN_CORE_SIGNATURE=287AE4CA1187C68C08B49CB2D11BD4F33F1DB499

# Don't use base image's groestlcoin package for a few reasons:
Expand Down
2 changes: 1 addition & 1 deletion bin/grs_init
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -e "$HOME/.groestlcoin/groestlcoin.conf" ]; then
regtest=${REGTEST:-0}
disablewallet=${DISABLEWALLET:-1}
printtoconsole=${PRINTTOCONSOLE:-1}
rpcuser=${RPCUSER:-bitcoinrpc}
rpcuser=${RPCUSER:-groestlcoinrpc}
rpcpassword=${RPCPASSWORD:-`dd if=/dev/urandom bs=33 count=1 2>/dev/null | base64`}
EOF

Expand Down

0 comments on commit 0cfa318

Please sign in to comment.