Skip to content

Commit

Permalink
fix(parity): create password file even when there are no accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and 0x-r4bbit committed Dec 13, 2018
1 parent d6de169 commit 7d2ceaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/modules/blockchain_process/parityClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ class ParityClient {
});
},
function updatePasswordFile(passwordList, next) {
if (!self.config.account.password) {
return next();
}
fs.writeFile(self.config.account.devPassword, passwordList, next);
}
], (err) => {
Expand Down

0 comments on commit 7d2ceaa

Please sign in to comment.