mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-14 06:39:24 +02:00
#227 reduce min blockchain size
This commit is contained in:
parent
5528433bf8
commit
5706307a5b
@ -164,7 +164,7 @@ waitUntilChainNetworkIsReady()
|
||||
rm error.tmp
|
||||
|
||||
# check for missing blockchain data
|
||||
minSize=250000000000
|
||||
minSize=230000000000
|
||||
if [ "${network}" = "litecoin" ]; then
|
||||
minSize=20000000000
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user