mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 22:05:27 -04:00
notify: handle arbitrary tags
This commit is contained in:
parent
ebc60a098d
commit
842a5d8bbe
6 changed files with 113 additions and 6 deletions
|
@ -3575,7 +3575,7 @@ leave:
|
|||
|
||||
std::shared_ptr<tools::Notify> block_notify = m_block_notify;
|
||||
if (block_notify)
|
||||
block_notify->notify(epee::string_tools::pod_to_hex(id).c_str());
|
||||
block_notify->notify("%s", epee::string_tools::pod_to_hex(id).c_str(), NULL);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue