pull/4149/head
Diego Nava 2 years ago
parent 1761a3ae64
commit a7190fcd45
No known key found for this signature in database
GPG Key ID: 61AFC8738DA8B8B1
  1. 2
      internal/shardchain/dbfactory_tikv.go

@ -57,7 +57,7 @@ func (f *TiKvFactory) getRemoteDB(shardID uint32) (*prefix.PrefixDatabase, error
}
}
// getStateDB create statedb storage with local memory cahce
// getStateDB create statedb storage with local memory cache.
func (f *TiKvFactory) getStateDB(shardID uint32) (*statedb_cache.StateDBCacheDatabase, error) {
key := fmt.Sprintf("state_db_%d_%s", shardID, f.Role)
if db, ok := f.cacheDBMap.Load(key); ok {

Loading…
Cancel
Save