Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 2b13d2a

Browse files
holgerd77ryanio
authored andcommitted
Fixed wrong maxPeer default value assignment in cli.ts
1 parent 085d314 commit 2b13d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const args = require('yargs')
7272
maxPeers: {
7373
describe: 'Maximum peers to sync with',
7474
number: true,
75-
default: Config.MINPEERS_DEFAULT,
75+
default: Config.MAXPEERS_DEFAULT,
7676
},
7777
params: {
7878
describe: 'Path to chain parameters json file',

0 commit comments

Comments
 (0)