Default birthday for ARRR moved to "arrrDefaultBirthday" (default 2000000).

This allows users to increase their default birthday if they know that no wallets were created before a certain block, to reduce sync time. It also fixed some failed unit tests that relied on transactions between blocks 1900000 and 2000000.
This commit is contained in:
CalDescent
2022-08-13 16:48:03 +01:00
parent b46c3cf95f
commit 9debebe03e
6 changed files with 14 additions and 11 deletions

View File

@@ -15,5 +15,6 @@
"tempDataPath": "data-test/_temp",
"listsPath": "lists-test",
"storagePolicy": "FOLLOWED_OR_VIEWED",
"maxStorageCapacity": 104857600
"maxStorageCapacity": 104857600,
"arrrDefaultBirthday": 1900000
}