Add --tower argument to specify where tower files are persisted

This commit is contained in:
Michael Vines
2021-05-04 20:49:18 -07:00
parent 769136f586
commit 9ba2c53b85
3 changed files with 18 additions and 5 deletions

View File

@ -37,6 +37,7 @@ pub fn safe_clone_config(config: &ValidatorConfig) -> ValidatorConfig {
poh_verify: config.poh_verify,
cuda: config.cuda,
require_tower: config.require_tower,
tower_path: config.tower_path.clone(),
debug_keys: config.debug_keys.clone(),
contact_debug_interval: config.contact_debug_interval,
contact_save_interval: config.contact_save_interval,