mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
commit
7fb49cd44c
@ -62,7 +62,7 @@ else
|
||||
|
||||
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
|
||||
switchOption="to MAINNET"
|
||||
if [ "${chain}" = "test" ]; then
|
||||
if [ "${chain}" = "main" ]; then
|
||||
switchOption="back to TESTNET"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user