mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix echo output
This commit is contained in:
parent
3d606351b4
commit
092cd3a2ac
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ echo ""
|
|||
echo "*** Instructions to COPY BLOCKCHAIN from another computer (only MAINNET) ***"
|
||||
echo ""
|
||||
echo "You can use the blockchain from another bitcoin-core client with version greater or equal"
|
||||
echo "to 0.17.1 with transaction index switched on (`txindex=1` in the `bitcoin.conf`)."
|
||||
echo "to 0.17.1 with transaction index switched on (txindex=1 in the bitcoin.conf)."
|
||||
echo ""
|
||||
echo "Both computers (your RaspberryPi and the other computer with the full blockchain on) need"
|
||||
echo "to be connected to the same local network."
|
||||
|
|
Loading…
Add table
Reference in a new issue