diff --git a/node/modules/blockstore.go b/node/modules/blockstore.go index c85010f40..c1c52fafe 100644 --- a/node/modules/blockstore.go +++ b/node/modules/blockstore.go @@ -63,8 +63,7 @@ func BadgerHotBlockstore(lc fx.Lifecycle, r repo.LockedRepo) (dtypes.HotBlocksto return bs.Close() }}) - hot := blockstore.WrapIDStore(bs) - return hot, err + return bs, nil } func SplitBlockstore(cfg *config.Chainstore) func(lc fx.Lifecycle, r repo.LockedRepo, ds dtypes.MetadataDS, cold dtypes.UniversalBlockstore, hot dtypes.HotBlockstore) (dtypes.SplitBlockstore, error) {