Skip to content

Commit

Permalink
Merge pull request #546 from LiskHQ/157-add-istambul-ignore-failing-c…
Browse files Browse the repository at this point in the history
…overage

Revert removal of istambul ignore - Closes #157
  • Loading branch information
faival authored Mar 13, 2018
2 parents c82683d + c2fa3df commit 3b37e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/middlewares/savedAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const savedAccountsMiddleware = (store) => {
const account = savedAccounts.lastActive;
const network = Object.assign({}, getNetwork(account.network));

/* istanbul ignore if */
if (account.network === networks.customNode.code) {
network.address = account.address;
}
Expand Down

0 comments on commit 3b37e81

Please sign in to comment.