Skip to content

Commit

Permalink
Fix fixed typo
Browse files Browse the repository at this point in the history
🤦
redelegtion -> redelegation.
  • Loading branch information
r-czajkowski committed Sep 9, 2020
1 parent 78469b8 commit c5f1222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const getGranteeOperators = async () => {
const { grantContract } = await ContractsLoaded

// Fetch all grantee operators. These are not all grantee operators,
// since `TokenGrant` contract does not know about escrow redelegtion.
// since `TokenGrant` contract does not know about escrow redelegation.
const operatorsOfGrantee = await grantContract.methods
.getGranteeOperators(defaultAccount)
.call()
Expand Down

0 comments on commit c5f1222

Please sign in to comment.