diff options
author | Howard Chu <hyc@symas.com> | 2020-11-11 00:01:24 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2020-11-16 12:36:37 +0000 |
commit | 91fd634768c866077e7245b55d2348619b1f5cf7 (patch) | |
tree | 697e2ee696a911e12fe2d1e0fdf9a0df15008ca1 /src/cryptonote_protocol/levin_notify.h | |
parent | Merge pull request #6927 (diff) | |
download | monero-91fd634768c866077e7245b55d2348619b1f5cf7.tar.xz |
Better log message for unusable anon networks
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 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; |