Skip to content

Commit

Permalink
Merge pull request #210 from Oneledger/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alexjlan authored Dec 31, 2018
2 parents d4f5917 + d47a588 commit 0ac94e1
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 0ac94e1

Please sign in to comment.