mirror of
https://github.com/monero-project/monero.git
synced 2025-06-19 09:54:11 -04:00
tests/trezor: HF9 and HF10 tests
- tests fixes for HF10, builder change, rct_config; fix_chain - get_tx_key test - proper testing after live refresh added - live refresh synthetic test - log available funds for easier test construction - wallet::API tests with mocked daemon
This commit is contained in:
parent
a1fd1d499c
commit
c9b13fbbc2
9 changed files with 1242 additions and 84 deletions
|
@ -17,7 +17,6 @@ void wallet_accessor_test::set_account(tools::wallet2 * wallet, cryptonote::acco
|
|||
{
|
||||
wallet->clear();
|
||||
wallet->m_account = account;
|
||||
wallet->m_nettype = MAINNET;
|
||||
|
||||
wallet->m_key_device_type = account.get_device().get_type();
|
||||
wallet->m_account_public_address = account.get_keys().m_account_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue