Skip to content

Commit

Permalink
core: fix meer token naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Sep 13, 2022
1 parent e7f63c7 commit 3a6f5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/blockchain/token/tokenstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,15 @@ func BuildGenesisTokenState() *TokenState {
Owners: []byte("Qitmeer"),
UpLimit: math.MaxUint64,
Enable: true,
Name: "MEER",
Name: "MEER Asset",
}

tys[types.MEERB] = TokenType{
Id: types.MEERB,
Owners: []byte("Qitmeer"),
UpLimit: math.MaxUint64,
Enable: true,
Name: "ETH",
Name: "MEER Balance",
}

return &TokenState{
Expand Down

0 comments on commit 3a6f5f3

Please sign in to comment.