Skip to content

Commit

Permalink
#43 GetAllowanceCommand bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Feb 28, 2019
1 parent e19e95a commit bf7732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/token/GetAllowanceCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class GetAllowanceCommand extends ABaseCommand {

if (privateKeyFilePath) {
const privateKey = await this.extractPrivateKey(privateKeyFilePath)
ownerAddressRetrived = this.getAddressOromPrivateKey(owner, privateKey)
ownerAddressRetrived = this.getAddressFromPrivateKey(owner, privateKey)
}

if (draft) {
Expand Down

0 comments on commit bf7732f

Please sign in to comment.