From c5f1222989fcd1e1f510f275146d37284b1aef25 Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Wed, 9 Sep 2020 15:25:57 +0200 Subject: [PATCH] Fix fixed typo :facepalm: redelegtion -> redelegation. --- solidity/dashboard/src/services/tbtc-authorization.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/dashboard/src/services/tbtc-authorization.service.js b/solidity/dashboard/src/services/tbtc-authorization.service.js index ec098262f0..7c9eb81ba1 100644 --- a/solidity/dashboard/src/services/tbtc-authorization.service.js +++ b/solidity/dashboard/src/services/tbtc-authorization.service.js @@ -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()