Skip to content

Commit

Permalink
Only testnet 11 can have explicit net suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiram88 committed Jun 19, 2023
1 parent d249bd4 commit 1413fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func loadConfig() (*ConfigFlags, error) {
AppDir: DefaultAppDir,
Listen: normalizeAddress("localhost", defaultListenPort),
GRPCListen: normalizeAddress("localhost", defaultGrpcListenPort),
NetSuffix: 10,
}

preCfg := activeConfig
Expand Down

0 comments on commit 1413fdb

Please sign in to comment.