1
0
Fork 0
forked from lthn/blockchain

wrong assignement

This commit is contained in:
alfred 2019-02-08 14:08:25 -08:00
parent fead09cb1e
commit a3da8ba819

View file

@ -420,7 +420,7 @@ namespace currency
total_blocks_parsing_time += block_parsing_time;
//to avoid concurrency in core between connections, suspend connections which delivered block later then first one
if(count = 2)
if(count == 2)
{
if(m_core.have_block(get_block_hash(b)))
{