mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 21:54:56 -04:00
tests: trezor tests fixes and improvements
- configurable hardforks via env vars
This commit is contained in:
parent
fe3403c8f0
commit
c97a1f79d6
4 changed files with 76 additions and 25 deletions
|
@ -135,7 +135,7 @@ bool wallet_tools::fill_tx_sources(tools::wallet2 * wallet, std::vector<cryptono
|
|||
}
|
||||
}
|
||||
|
||||
MINFO("Selected " << i << " from tx: " << dump_keys(td.m_txid.data)
|
||||
MDEBUG("Selected " << i << " from tx: " << dump_keys(td.m_txid.data)
|
||||
<< " ki: " << dump_keys(td.m_key_image.data)
|
||||
<< " amnt: " << td.amount()
|
||||
<< " rct: " << td.is_rct()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue