compile unit tests

This commit is contained in:
akildemir
2025-06-24 13:18:08 +03:00
parent ae02dcbe9a
commit 2b31c8ad69
6 changed files with 22 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ using namespace cryptonote;
void wallet_accessor_test::set_account(tools::wallet2 * wallet, cryptonote::account_base& account)
{
wallet->clear();
wallet->m_account = account;
// wallet->m_account = account;
wallet->m_key_device_type = account.get_device().get_type();
wallet->m_account_public_address = account.get_keys().m_account_address;