mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
correct min chain test size
This commit is contained in:
parent
295d2060ba
commit
c603567a62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue