Tone down a bit L0 logs during daemon sync

This commit is contained in:
moneromooo-monero 2015-12-14 00:36:37 +00:00
parent 3a4db6346b
commit 217792351d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 12 additions and 3 deletions

View file

@ -87,5 +87,6 @@ namespace tests
bool get_test_drop_download_height() {return true;}
bool prepare_handle_incoming_blocks(const std::list<cryptonote::block_complete_entry> &blocks) { return true; }
bool cleanup_handle_incoming_blocks(bool force_sync = false) { return true; }
uint64_t get_target_blockchain_height() const { return 1; }
};
}