diff --git a/src/commands/token/GetAllowanceCommand.js b/src/commands/token/GetAllowanceCommand.js index cdbaa85..d4308de 100644 --- a/src/commands/token/GetAllowanceCommand.js +++ b/src/commands/token/GetAllowanceCommand.js @@ -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) {