Merge commit '3f907d6a6' into merge/geth-v1.13.4

This commit is contained in:
philip-morlier
2023-10-17 09:42:15 -07:00
33 changed files with 476 additions and 455 deletions
+1 -6
View File
@@ -969,17 +969,12 @@ var (
DataDirFlag,
AncientFlag,
RemoteDBFlag,
DBEngineFlag,
StateSchemeFlag,
HttpHeaderFlag,
}
)
func init() {
if rawdb.PebbleEnabled {
DatabaseFlags = append(DatabaseFlags, DBEngineFlag)
}
}
// MakeDataDir retrieves the currently requested data directory, terminating
// if none (or the empty string) is specified. If the node is starting a testnet,
// then a subdirectory of the specified datadir will be used.