mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Merge pull request #2950
d9b137f1
cryptonote_core: fix blockchain init call after prototype change (moneromooo-monero)
This commit is contained in:
commit
2879a9be3c
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ namespace cryptonote
|
|||
m_blockchain_storage.set_user_options(blocks_threads,
|
||||
blocks_per_sync, sync_mode, fast_sync);
|
||||
|
||||
r = m_blockchain_storage.init(db, m_testnet, test_options);
|
||||
r = m_blockchain_storage.init(db, m_testnet, m_offline, test_options);
|
||||
|
||||
r = m_mempool.init();
|
||||
CHECK_AND_ASSERT_MES(r, false, "Failed to initialize memory pool");
|
||||
|
|
Loading…
Reference in a new issue