mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 05:09:40 +02:00
correct min chain test size
This commit is contained in:
parent
295d2060ba
commit
c603567a62
@ -164,7 +164,7 @@ waitUntilChainNetworkIsReady()
|
||||
rm error.tmp
|
||||
|
||||
# check for missing blockchain data
|
||||
minSize=230000000000
|
||||
minSize=210000000000
|
||||
if [ "${network}" = "litecoin" ]; then
|
||||
minSize=20000000000
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user