pull/541/head
sidhujag 2020-09-09 20:13:05 -07:00
parent c51e760462
commit ca1a589d51
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ func (d *RocksDB) FindAssetsFromFilter(filter string) map[uint32]bchain.Asset {
start := time.Now()
if SetupAssetCacheFirstTime == true {
if err := d.SetupAssetCache(); err != nil {
glog.Error("storeAssets SetupAssetCache ", err)
glog.Error("FindAssetsFromFilter SetupAssetCache ", err)
return nil
}
SetupAssetCacheFirstTime = false;