Skip to content

Commit

Permalink
fix: connection error and address selection
Browse files Browse the repository at this point in the history
  • Loading branch information
inkeliz committed Mar 22, 2018
1 parent 1877376 commit 5738e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GUI/App/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,17 @@ func (c *PageAddress) OnContinue(w *window.Window) {
return
}

Storage.SK = sk
Storage.PK = pk

err = Background.StartAddress(w)
if err != nil {
DOM.UpdateNotification(w, "There was a critical problem connecting to our servers, please try again")
return
}

page.ApplyForIt(w, ".address", DOM.ClearHTML)

Storage.SK = sk
Storage.PK = pk
Storage.SEED = nil
page.ApplyForIt(w, ".address", DOM.ClearHTML)

Background.StartTransaction()
ViewApplication(w, &NanolletApp{})
Expand Down

0 comments on commit 5738e75

Please sign in to comment.