1
0
Fork 0
forked from lthn/blockchain

prevalidate_relayed removed from log

This commit is contained in:
crypro.zoidberg 2019-05-10 21:55:55 +02:00
parent e8e6c83fa8
commit 22ba650e4f

View file

@ -298,7 +298,7 @@ namespace currency
}
LOG_PRINT_GREEN("[HANDLE]NOTIFY_NEW_BLOCK EXTRA: id: " << block_id
<< ",bvc.m_added_to_main_chain " << bvc.m_added_to_main_chain
<< ",prevalidate_result " << prevalidate_relayed
//<< ",prevalidate_result " << prevalidate_relayed
<< ",bvc.added_to_altchain " << bvc.added_to_altchain
<< ",bvc.m_marked_as_orphaned " << bvc.m_marked_as_orphaned, LOG_LEVEL_2);