1
0
Fork 0
forked from lthn/blockchain

make low fee message less dramatic

This commit is contained in:
cryptozoidberg 2019-09-08 20:02:42 +02:00
parent ac33fc4331
commit 7dd61aede6
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -164,7 +164,7 @@ namespace currency
else
{
// this tx has no fee
LOG_ERROR("Transaction with id= " << id << " has too small fee: " << tx_fee << ", expected fee: " << m_blockchain.get_core_runtime_config().tx_pool_min_fee);
LOG_PRINT_RED_L0("Transaction with id= " << id << " has too small fee: " << tx_fee << ", expected fee: " << m_blockchain.get_core_runtime_config().tx_pool_min_fee);
tvc.m_verification_failed = false;
tvc.m_should_be_relayed = false;
tvc.m_added_to_pool = false;