aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests
diff options
context:
space:
mode:
authorDusan Klinec <dusan.klinec@gmail.com>2019-04-03 21:29:35 +0200
committerDusan Klinec <dusan.klinec@gmail.com>2019-04-10 17:00:12 +0200
commitc97a1f79d6be190b9952f47e28be2c5d16b154b6 (patch)
treeaba241eb54ae973fd3c351f53be81423abd80f31 /tests/core_tests
parentMerge pull request #5390 (diff)
downloadmonero-c97a1f79d6be190b9952f47e28be2c5d16b154b6.tar.xz
tests: trezor tests fixes and improvements
- configurable hardforks via env vars
Diffstat (limited to 'tests/core_tests')
-rw-r--r--tests/core_tests/wallet_tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/wallet_tools.cpp b/tests/core_tests/wallet_tools.cpp
index 616774d18..d9cee34c1 100644
--- a/tests/core_tests/wallet_tools.cpp
+++ b/tests/core_tests/wallet_tools.cpp
@@ -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()