diff --git a/src/index.ts b/src/index.ts index 225f86ec..1f2bb8ab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -66,7 +66,7 @@ export const getCoderByCoinName = < }; export const getCoderByCoinType = < - const TCoinType extends CoinType | number = CoinType | number + TCoinType extends CoinType | number = CoinType | number >( coinType: TCoinType ): GetCoderByCoinType => {