From 5518d6aee9807e2906e91d368adf14d2dd3ebda6 Mon Sep 17 00:00:00 2001 From: SergiySW Date: Sat, 15 Sep 2018 23:55:09 +0300 Subject: [PATCH] Typo --- rai/core_test/block_store.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rai/core_test/block_store.cpp b/rai/core_test/block_store.cpp index 4c1d502a..a369cef4 100644 --- a/rai/core_test/block_store.cpp +++ b/rai/core_test/block_store.cpp @@ -285,7 +285,6 @@ TEST (unchecked, multiple_get) auto block2 (std::make_shared (3, 1, 2, rai::keypair ().prv, 4, 5)); auto block3 (std::make_shared (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