mirror of
https://github.com/monero-project/monero.git
synced 2025-05-08 02:44:59 -04:00
core_tests: remove some useless verbose logs
This commit is contained in:
parent
4c9fd8d86d
commit
f1091c410f
4 changed files with 0 additions and 5 deletions
|
@ -85,7 +85,6 @@ bool gen_v2_tx_validation_base::generate_with(std::vector<test_event_entry>& eve
|
|||
tx_source_entry& src = sources.back();
|
||||
|
||||
src.amount = blocks[0].miner_tx.vout[out_idx[out_idx_idx]].amount;
|
||||
std::cout << "using " << print_money(src.amount) << " output at index " << out_idx[out_idx_idx] << std::endl;
|
||||
for (int m = 0; m <= mixin; ++m) {
|
||||
int idx;
|
||||
if (is_valid_decomposed_amount(src.amount))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue