Minor typo in CLI flag (#12808)

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
m3diumrare
2023-08-25 14:14:08 -07:00
committed by GitHub
parent 4ef29a24e4
commit 286f6a9931

View File

@@ -151,7 +151,7 @@ var (
// DisableRegistrationCache a flag for disabling the validator registration cache and use db instead.
DisableRegistrationCache = &cli.BoolFlag{
Name: "diable-registration-cache",
Name: "disable-registration-cache",
Usage: "A temporary flag for disabling the validator registration cache instead of using the db. note: registrations do not clear on restart while using the db",
}