diff --git a/app/abi/manager.go b/app/abi/manager.go index e62f7a2..976f161 100644 --- a/app/abi/manager.go +++ b/app/abi/manager.go @@ -31,6 +31,7 @@ func NewAbiManager(rdb *redis.Client, api *eos.API, id string) *AbiManager { } } +// Set or update an ABI in the cache. func (mgr *AbiManager) SetAbi(account eos.AccountName, abi *eos.ABI) error { return mgr.cache.Set(string(account), abi, time.Hour) }