mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Get rid of db dependencies on main
This commit is contained in:
parent
c94bd68547
commit
336fe971e6
5 changed files with 22 additions and 8 deletions
|
|
@ -928,6 +928,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||
nStart = GetTimeMillis();
|
||||
|
||||
{
|
||||
CAddrDB::SetMessageStart(pchMessageStart);
|
||||
CAddrDB adb;
|
||||
if (!adb.Read(addrman))
|
||||
printf("Invalid or missing peers.dat; recreating\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue