From 1a50aa4b2de5079856703c000f68df1eb12fdeff Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Mon, 6 Jul 2020 10:18:56 +0300 Subject: [PATCH] eth_coin.go: Grammar eth_coin.go: Grammar --- builtin/plugins/ethcoin/eth_coin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/plugins/ethcoin/eth_coin.go b/builtin/plugins/ethcoin/eth_coin.go index ca31fcbaab..b15911b54d 100644 --- a/builtin/plugins/ethcoin/eth_coin.go +++ b/builtin/plugins/ethcoin/eth_coin.go @@ -60,7 +60,7 @@ func allowanceKey(owner, spender loom.Address) []byte { return util.PrefixKey(allowanceKeyPrefix, owner.Bytes(), spender.Bytes()) } -// ETHCoin is an ERC20-like contract that's used to store & transfer ETH on the DAppChain. +// ETHCoin is an ERC20-like contract that's used to store & transfer ETH on the Loom protocol. // Its initial total supply is zero, and the Gateway contract is the only entity that's allowed // to mint new ETH. type ETHCoin struct {