We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3f9bb commit b5b3f20Copy full SHA for b5b3f20
src/app/components/ConsensusTransactionMethod/index.tsx
@@ -160,9 +160,6 @@ const MethodIconWithTruncatedLabel: FC<MethodIconProps> = props => {
160
}
161
162
const getConsensusTransactionLabel = (t: TFunction, method: ConsensusTxMethod | undefined): string => {
163
- // Please note: when updating this, keep it in sync
164
- // with the knownConsensusTxMethods array below!
165
-
166
switch (method) {
167
case ConsensusTxMethod.stakingTransfer:
168
return t('transactions.method.stakingTransfer')
0 commit comments