Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Correct seed peers update. Closes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabello committed Mar 10, 2017
1 parent 07ad393 commit 8efb7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/updateConfig.js
Expand Up @@ -16,6 +16,7 @@ if (program.old) {
delete oldConfig.version;
delete oldConfig.minVersion;
delete oldConfig.forging.force;
delete oldConfig.peers.list;

if (oldConfig.db.user == null) {
delete oldConfig.db.user;
Expand Down

0 comments on commit 8efb7f5

Please sign in to comment.