Skip to content

Commit

Permalink
default to leveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jan 28, 2025
1 parent 9d4ae5c commit 2d47cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ autotests = false
rust-version = "1.80.0"

[features]
default = ["slasher-lmdb", "beacon-node-redb"]
default = ["slasher-lmdb", "beacon-node-leveldb"]
# Writes debugging .ssz files to /tmp during block processing.
write_ssz_files = ["beacon_node/write_ssz_files"]
# Compiles the BLS crypto code so that the binary is portable across machines.
Expand Down

0 comments on commit 2d47cc1

Please sign in to comment.