feat: default local node to false

This commit is contained in:
Cyrix126 2024-10-30 10:14:55 +01:00
parent a102bdbee2
commit 6cb767a342

View file

@ -488,7 +488,7 @@ impl Default for P2pool {
fn default() -> Self {
Self {
simple: true,
local_node: true,
local_node: false,
mini: true,
auto_ping: true,
auto_select: true,