mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 19:08:51 -05:00
notify: handle arbitrary tags
This commit is contained in:
parent
ff95921668
commit
f6db59b011
5 changed files with 23 additions and 7 deletions
|
|
@ -3701,7 +3701,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