Typo
This commit is contained in:
parent
1828587387
commit
5518d6aee9
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ TEST (unchecked, multiple_get)
|
|||
auto block2 (std::make_shared<rai::send_block> (3, 1, 2, rai::keypair ().prv, 4, 5));
|
||||
auto block3 (std::make_shared<rai::send_block> (5, 1, 2, rai::keypair ().prv, 4, 5));
|
||||
{
|
||||
|
||||
auto transaction (store.tx_begin (true));
|
||||
store.unchecked_put (transaction, block1->previous (), block1); // unchecked1
|
||||
store.unchecked_put (transaction, block1->hash (), block1); // unchecked2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue