solana/core
steviez aeb6b53502
Remove unused Option<> around ValidatorConfig's SnapshotConfig (#29090)
Remove Option<> around ValidatorConfig's SnapshotConfig

The SnapshotConfig is required and is currently hard-coded to be a
Some().
2022-12-06 22:47:55 +00:00
..
benches sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
src Remove unused Option<> around ValidatorConfig's SnapshotConfig (#29090) 2022-12-06 22:47:55 +00:00
tests Remove unused Option<> around ValidatorConfig's SnapshotConfig (#29090) 2022-12-06 22:47:55 +00:00
.gitignore
Cargo.toml sort deps 2022-12-06 13:31:50 -06:00
build.rs