Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Jun 26, 2019
1 parent 25c2d55 commit 51c5fb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ func StartOnboarding(n, mnemonicPhraseLength C.int) *C.char {

accounts, err := statusBackend.AccountManager().StartOnboarding(int(n), int(mnemonicPhraseLength))

errString := ""
if err != nil {
fmt.Fprintln(os.Stderr, err)
out.Error = err.Error()
Expand Down
1 change: 0 additions & 1 deletion mobile/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func StartOnboarding(n, mnemonicPhraseLength int) string {

accounts, err := statusBackend.AccountManager().StartOnboarding(n, mnemonicPhraseLength)

errString := ""
if err != nil {
fmt.Fprintln(os.Stderr, err)
out.Error = err.Error()
Expand Down

0 comments on commit 51c5fb9

Please sign in to comment.