fix: wrong name in log when skipping node

This commit is contained in:
Cyrix126 2024-11-02 16:43:00 +01:00
parent e1ba63e0d2
commit ff53ea81a8

View file

@ -199,7 +199,7 @@ pub fn init_auto(app: &mut App) {
); );
} }
} else { } else {
info!("Skipping auto-p2pool..."); info!("Skipping auto-node...");
} }
// [Auto-P2Pool] // [Auto-P2Pool]
if app.state.gupax.auto_p2pool { if app.state.gupax.auto_p2pool {