mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 11:05:25 -04:00
Better log message for unusable anon networks
This commit is contained in:
parent
83f1d863bd
commit
91fd634768
4 changed files with 20 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue