mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 10:45:22 -04:00
Fixed i2p/tor tx flooding bug (white noise disabled)
This commit is contained in:
parent
2c171a9b02
commit
2a7d91523b
4 changed files with 99 additions and 21 deletions
|
@ -86,7 +86,7 @@ namespace levin
|
|||
{}
|
||||
|
||||
//! Construct an instance with available notification `zones`.
|
||||
explicit notify(boost::asio::io_service& service, std::shared_ptr<connections> p2p, epee::byte_slice noise);
|
||||
explicit notify(boost::asio::io_service& service, std::shared_ptr<connections> p2p, epee::byte_slice noise, bool is_public);
|
||||
|
||||
notify(const notify&) = delete;
|
||||
notify(notify&&) = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue