From bc65e011d231b91e38c92b0dd3c5e8f83db345e9 Mon Sep 17 00:00:00 2001 From: Lemois 1337 Date: Thu, 29 Aug 2024 11:12:11 +0200 Subject: [PATCH] Re-enable mainnet sync --- app/app.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/app.go b/app/app.go index f712f8fd08..3f3aaa4281 100644 --- a/app/app.go +++ b/app/app.go @@ -84,11 +84,6 @@ func (app *karlsendApp) main(startedChan chan<- struct{}) error { // Show version at startup. log.Infof("Version %s", version.Version()) log.Infof("Using KarlsenHashV2 impl: %s", pow.GetHashingAlgoVersion()) - if !app.cfg.Testnet && !app.cfg.Devnet && !app.cfg.Simnet { - log.Warnf("You are trying to connect to Mainnet") - log.Errorf("This version is using KarlsenHashV2, please add --testnet parameter") - os.Exit(42) - } // Enable http profiling server if requested. if app.cfg.Profile != "" {