aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/levin_notify.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-11-23 16:15:50 -0600
committerluigi1111 <luigi1111w@gmail.com>2020-11-23 16:15:50 -0600
commit251c64f1955a67f3f835d8a04593f0353e894b5b (patch)
tree2eb3dc1fd05d746dec1850e91cf946bd3cfd71a4 /src/cryptonote_protocol/levin_notify.h
parentMerge pull request #6997 (diff)
parentBetter log message for unusable anon networks (diff)
downloadmonero-251c64f1955a67f3f835d8a04593f0353e894b5b.tar.xz
Merge pull request #7011
398e64c Better log message for unusable anon networks (hyc)
Diffstat (limited to 'src/cryptonote_protocol/levin_notify.h')
-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 43b61aead..abbf9d461 100644
--- a/src/cryptonote_protocol/levin_notify.h
+++ b/src/cryptonote_protocol/levin_notify.h
@@ -85,7 +85,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, bool is_public, bool pad_txs, i_core_events& core);
+ explicit notify(boost::asio::io_service& service, std::shared_ptr<connections> p2p, epee::byte_slice noise, epee::net_utils::zone zone, bool pad_txs, i_core_events& core);
notify(const notify&) = delete;
notify(notify&&) = default;