Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jul 28, 2023
1 parent 20af9b6 commit 288c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fungible/keeper/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (

// DeployZRC20Contract creates and deploys an ERC20 contract on the EVM with the
// erc20 module account as owner. Also adds itself to ForeignCoins fungible module state variable
// TODO Unit test for these funtion
// TODO Unit test for these functions
// https://github.com/zeta-chain/node/issues/864
// TODO Remove repetitive code
func (k Keeper) DeployZRC20Contract(
Expand Down

0 comments on commit 288c34b

Please sign in to comment.