mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #1731
a427235e
core: add a missing newline on a string to be logged (moneromooo-monero)b6a2230e
unit_tests: fix minor blockchain_db regression (moneromooo-monero)c488eca5
hardfork: tone down some logs (moneromooo-monero)
This commit is contained in:
commit
565c99f670
3 changed files with 5 additions and 5 deletions
|
@ -288,7 +288,7 @@ TYPED_TEST(BlockchainDBTest, AddBlock)
|
|||
ASSERT_TRUE(compare_blocks(this->m_blocks[0], b));
|
||||
|
||||
// assert that we can't add the same block twice
|
||||
ASSERT_THROW(this->m_db->add_block(this->m_blocks[0], t_sizes[0], t_diffs[0], t_coins[0], this->m_txs[0]), BLOCK_EXISTS);
|
||||
ASSERT_THROW(this->m_db->add_block(this->m_blocks[0], t_sizes[0], t_diffs[0], t_coins[0], this->m_txs[0]), TX_EXISTS);
|
||||
|
||||
for (auto& h : this->m_blocks[0].tx_hashes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue