Skip to content

Commit e07a9ea

Browse files
committed
revert datadir change
1 parent afd1c63 commit e07a9ea

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
@@ -261,7 +261,7 @@ type StateExcerptAtBoot struct {
261261
}
262262

263263
func DefaultBaseConfig() *BaseConfig {
264-
datadir := "/data/protocol-pebble"
264+
datadir := "/data/protocol"
265265
pebbleDir := "/data/protocol-pebble"
266266

267267
// NOTE: if the codec used in the network component is ever changed any code relying on

0 commit comments

Comments
 (0)