Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW authored and clemahieu committed Sep 15, 2018
1 parent 1828587 commit 5518d6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rai/core_test/block_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5518d6a

Please sign in to comment.