diff options
author | Lee Clagett <code@leeclagett.com> | 2019-09-20 11:16:18 -0400 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2019-07-29 12:27:00 +0000 |
commit | 2a7d91523bbe24d87d6e957592f13f46d62595ce (patch) | |
tree | 2128283151c1338c17a633c8d149be1b3dc37629 /src/cryptonote_protocol/levin_notify.h | |
parent | Merge pull request #5861 (diff) | |
download | monero-2a7d91523bbe24d87d6e957592f13f46d62595ce.tar.xz |
Fixed i2p/tor tx flooding bug (white noise disabled)
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_protocol/levin_notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/levin_notify.h b/src/cryptonote_protocol/levin_notify.h index 82d22680a..484243af5 100644 --- a/src/cryptonote_protocol/levin_notify.h +++ b/src/cryptonote_protocol/levin_notify.h @@ -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; |