Skip to content

Commit 76301ca

Browse files
pierreneterkaralabe
authored andcommitted
eth: upgradedb subcommand was dropped (#17464)
1 parent c582667 commit 76301ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
138138
if !config.SkipBcVersionCheck {
139139
bcVersion := rawdb.ReadDatabaseVersion(chainDb)
140140
if bcVersion != core.BlockChainVersion && bcVersion != 0 {
141-
return nil, fmt.Errorf("Blockchain DB version mismatch (%d / %d). Run geth upgradedb.\n", bcVersion, core.BlockChainVersion)
141+
return nil, fmt.Errorf("Blockchain DB version mismatch (%d / %d).\n", bcVersion, core.BlockChainVersion)
142142
}
143143
rawdb.WriteDatabaseVersion(chainDb, core.BlockChainVersion)
144144
}

0 commit comments

Comments
 (0)