Skip to content

Commit ce72d37

Browse files
committed
update comment
1 parent fb4ad3d commit ce72d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/node_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func DefaultBaseConfig() *BaseConfig {
284284
BootstrapDir: "bootstrap",
285285
datadir: datadir,
286286
pebbleDir: pebbleDir,
287-
DBOps: string(dbops.PebbleBatch), // "badger-batch" (default) or "pebble-batch"
287+
DBOps: string(dbops.PebbleBatch), // "pebble-batch" (default) or "badger-batch" (deprecated)
288288
badgerDB: nil,
289289
pebbleDB: nil,
290290
secretsdir: NotSet,

0 commit comments

Comments
 (0)