mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 12:54:29 +01:00
Merge pull request #5053
23813c71blockchain: add --reorg-notify (moneromooo-monero)f6db59b0notify: handle arbitrary tags (moneromooo-monero)ff959216notify: warn if the spec contains one of '"\ (moneromooo-monero)13852678common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn (moneromooo-monero)
This commit is contained in:
@@ -2048,7 +2048,7 @@ void wallet2::process_new_transaction(const crypto::hash &txid, const cryptonote
|
||||
{
|
||||
std::shared_ptr<tools::Notify> tx_notify = m_tx_notify;
|
||||
if (tx_notify)
|
||||
tx_notify->notify(epee::string_tools::pod_to_hex(txid).c_str());
|
||||
tx_notify->notify("%s", epee::string_tools::pod_to_hex(txid).c_str(), NULL);
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user