fix unit tests

This commit is contained in:
wowario
2025-09-14 23:43:00 +03:00
committed by nahuhh
parent 269abd8fc3
commit f7b8442840
11 changed files with 30 additions and 27 deletions

View File

@@ -519,7 +519,7 @@ TEST(cryptonote_protocol_handler, race_condition)
hardfork
);
block.miner_tx.vout.push_back(cryptonote::tx_out{reward, cryptonote::txout_to_key{}});
diff = storage.get_difficulty_for_next_block();
diff = storage.get_difficulty_for_next_block(cryptonote::network_type::MAINNET);
};
struct stat {
struct chain {