Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty ChainName in snapshots #13018

Merged
merged 24 commits into from
Dec 6, 2024
Prev Previous commit
Next Next commit
save
  • Loading branch information
AskAlexSharov committed Dec 6, 2024
commit 7eb1b3b61ef86591386ea0eec16b4f0fce8bc02c
1 change: 1 addition & 0 deletions turbo/stages/mock/mock_sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func MockWithEverything(tb testing.TB, gspec *types.Genesis, key *ecdsa.PrivateK
cfg.Dirs = dirs
cfg.AlwaysGenerateChangesets = true
cfg.ChaosMonkey = false
cfg.Snapshot.ChainName = gspec.Config.ChainName

logger := log.Root()
logger.SetHandler(log.LvlFilterHandler(log.LvlError, log.StderrHandler))
Expand Down
Loading