tests: trezor tests fixes and improvements

- configurable hardforks via env vars
This commit is contained in:
Dusan Klinec 2019-04-03 21:29:35 +02:00
parent fe3403c8f0
commit c97a1f79d6
No known key found for this signature in database
GPG key ID: 6337E118CCBCE103
4 changed files with 76 additions and 25 deletions

View file

@ -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()