mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5977
e85c838
simplewallet: do not print warning for locked coinbase txes (moneromooo-monero)
This commit is contained in:
commit
99e4c403cb
@ -5131,7 +5131,7 @@ void simple_wallet::on_money_received(uint64_t height, const crypto::hash &txid,
|
||||
tr("WARNING: this transaction uses an unencrypted payment ID: these are obsolete and ignored. Use subaddresses instead.");
|
||||
}
|
||||
}
|
||||
if (unlock_time)
|
||||
if (unlock_time && !cryptonote::is_coinbase(tx))
|
||||
message_writer() << tr("NOTE: This transaction is locked, see details with: show_transfer ") + epee::string_tools::pod_to_hex(txid);
|
||||
if (m_auto_refresh_refreshing)
|
||||
m_cmd_binder.print_prompt();
|
||||
|
Loading…
Reference in New Issue
Block a user