Commit 8ec7577a authored by vicotor's avatar vicotor

fix bug

parent de5ce682
...@@ -27,7 +27,8 @@ type TokenRepo struct { ...@@ -27,7 +27,8 @@ type TokenRepo struct {
func NewTokenRepo(chainRepo *chainlist.ChainRepo) *TokenRepo { func NewTokenRepo(chainRepo *chainlist.ChainRepo) *TokenRepo {
return &TokenRepo{ return &TokenRepo{
repo: make(map[string]TokenInfo), repo: make(map[string]TokenInfo),
chainRepo: chainRepo,
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment