Skip to content

Commit

Permalink
Merge pull request #211 from Oneledger/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
alexjlan authored Dec 31, 2018
2 parents bb4b486 + 0ac94e1 commit 92c91b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/app/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ func AccountKey(app Application, name string) id.AccountKey {
if identity.Name != "" {
return identity.AccountKey
}
return nil
return accountKey
}

// Get the account information for a given user
Expand Down

0 comments on commit 92c91b2

Please sign in to comment.