point to the hot store
This commit is contained in:
parent
661d8608bc
commit
ec90ccf72e
@ -62,7 +62,7 @@ var evmBalanceCmd = &cli.Command{
|
||||
|
||||
defer lkrepo.Close() //nolint:errcheck
|
||||
|
||||
bs, err := lkrepo.Blockstore(ctx, repo.UniversalBlockstore)
|
||||
bs, err := lkrepo.Blockstore(ctx, repo.HotBlockstore)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to open blockstore: %w", err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user