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:37:40 +0000 |
commit | 398e64ccbe166b1026ef1518dbbf07940c4abe48 (patch) | |
tree | 2eb3dc1fd05d746dec1850e91cf946bd3cfd71a4 /src/cryptonote_protocol/levin_notify.h | |
parent | Merge pull request #6997 (diff) | |
download | monero-398e64ccbe166b1026ef1518dbbf07940c4abe48.tar.xz |
Better log message for unusable anon networks
Diffstat (limited to 'src/cryptonote_protocol/levin_notify.h')
-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; |