Skip to content

Commit

Permalink
Set network back to gaia-5001 when unclicking Mock Connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun authored and David Braun committed May 21, 2018
1 parent bc063bd commit ebc2b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Removed some defaults when building a release to reduce confusion.
* Staking hidden (see https://github.com/cosmos/voyager/issues/720).

### Fixed

* Unchecking `Mock Connection` returns network back to `gaia-5001`.

## [0.6.0]

### Added
Expand Down
9 changes: 1 addition & 8 deletions app/src/renderer/vuex/modules/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,7 @@ export default function({ node }) {

// reconnect to the node
node.rpcReconnect()

if (mocked) {
// if we run a mocked version only, we don't want the lcd to run in the meantime
ipcRenderer.send("stop-lcd")

// the mocked node is automatically connected
dispatch("reconnected")
}
dispatch("reconnected")
}
}

Expand Down

0 comments on commit ebc2b7d

Please sign in to comment.