aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/levin_notify.h
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2019-09-20 11:16:18 -0400
committerLee Clagett <code@leeclagett.com>2019-07-29 12:27:00 +0000
commit2a7d91523bbe24d87d6e957592f13f46d62595ce (patch)
tree2128283151c1338c17a633c8d149be1b3dc37629 /src/cryptonote_protocol/levin_notify.h
parentMerge pull request #5861 (diff)
downloadmonero-2a7d91523bbe24d87d6e957592f13f46d62595ce.tar.xz
Fixed i2p/tor tx flooding bug (white noise disabled)
Diffstat (limited to '')
-rw-r--r--src/cryptonote_protocol/levin_notify.h2
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;