Skip to content

Commit

Permalink
Merge pull request #418 from cosmos/fabo/417-fix-success-cb
Browse files Browse the repository at this point in the history
Fabo/417 fix success cb
  • Loading branch information
nylira authored Jan 31, 2018
2 parents 5f82cbe + 9c24303 commit 4a1d320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added a changelog @jolesbi.

## [0.3.1] - 2018-01-30
###
### Added
* Check to ensure gaia version is correct for the current network @mappum

### Changed
* Added a callback and console output when Vue app has finished loading to test build apps on successful startup. @faboweb
* Resolved notifications error on NiSessionLoading.vue @nylira.
* Resolved old saved prevAccountKey being used in NiSessionSignIn.vue @nylira.
* Improved performance of amountBonded in LiDelegate.vue @nylira.
* Prevented user from going to PageBond if they don't have any atoms/fermions @nylira.
* Hid the bonding interface on PageDelegates if the user doesn't have any atoms @nylira.
* Hid the bonding interface on PageDelegates if the user doesn't have any atoms @nylira.
2 changes: 1 addition & 1 deletion app/src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function main () {
node.lcdConnected()
.then(connected => {
if (connected) {
axios.get('http://localhost:8999/startsuccess')
axios.get(`http://localhost:${relayPort}/startsuccess`)
}
})

Expand Down

0 comments on commit 4a1d320

Please sign in to comment.