Skip to main content

hashtree_cli/
p2p_common_stub.rs

1use crate::Config;
2
3pub fn peer_router_enabled(_config: &Config) -> bool {
4    false
5}