mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Merge pull request #3257
da25757b
simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings) (stoffu)
This commit is contained in:
commit
4e9de94565
1 changed files with 0 additions and 8 deletions
|
@ -3194,14 +3194,6 @@ void simple_wallet::on_money_spent(uint64_t height, const crypto::hash &txid, co
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
void simple_wallet::on_skip_transaction(uint64_t height, const crypto::hash &txid, const cryptonote::transaction& tx)
|
void simple_wallet::on_skip_transaction(uint64_t height, const crypto::hash &txid, const cryptonote::transaction& tx)
|
||||||
{
|
{
|
||||||
message_writer(console_color_red, true) << "\r" <<
|
|
||||||
tr("Height ") << height << ", " <<
|
|
||||||
tr("transaction ") << txid << ", " <<
|
|
||||||
tr("unsupported transaction format");
|
|
||||||
if (m_auto_refresh_refreshing)
|
|
||||||
m_cmd_binder.print_prompt();
|
|
||||||
else
|
|
||||||
m_refresh_progress_reporter.update(height, true);
|
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
bool simple_wallet::refresh_main(uint64_t start_height, bool reset, bool is_init)
|
bool simple_wallet::refresh_main(uint64_t start_height, bool reset, bool is_init)
|
||||||
|
|
Loading…
Reference in a new issue