Restore blocks_hashes.insert (#1569)
Missed in https://github.com/nanocurrency/nano-node/pull/956
This commit is contained in:
parent
7335442eb0
commit
eaa8155c7a
1 changed files with 1 additions and 0 deletions
|
|
@ -1237,6 +1237,7 @@ void nano::block_processor::add (std::shared_ptr<nano::block> block_a, std::chro
|
|||
{
|
||||
blocks.push_back (std::make_pair (block_a, origination));
|
||||
}
|
||||
blocks_hashes.insert (block_a->hash ());
|
||||
}
|
||||
condition.notify_all ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue