Updated tests

This commit is contained in:
SChernykh
2023-05-26 15:21:40 +02:00
parent 9e439044de
commit a7496dbc02
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ TEST(block_template, update)
tpl.update(data, mempool, &wallet);
ASSERT_EQ(b->m_sidechainId, H("272a7eea0b804cf24427528977d221850d0ee06c26e935219a75f180cfbfc7f3"));
ASSERT_EQ(b->m_transactions.size(), 203);
for (size_t i = 1; i < b->m_transactions.size(); ++i) {