Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
redelagation -> redelegation
  • Loading branch information
r-czajkowski committed Sep 9, 2020
1 parent 1980e1a commit 91e6fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,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 redelagtion.
// since `TokenGrant` contract does not know about escrow redelegtion.
const operatorsOfGrantee = await grantContract.methods
.getGranteeOperators(defaultAccount)
.call()
Expand Down

0 comments on commit 91e6fdb

Please sign in to comment.