Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Mar 3, 2023
1 parent a802d14 commit 7867a7d
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 213 deletions.
4 changes: 2 additions & 2 deletions config/management/src/validator_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ impl ValidatorConfig {
let storage = Storage::from(&config.validator_backend);
let chain_id = config.chain_id;

dbg!(&validator_address); //////// 0L ////////
dbg!(&fullnode_address); //////// 0L ////////
// dbg!(&validator_address); //////// 0L ////////
// dbg!(&fullnode_address); //////// 0L ////////

build_validator_config_transaction(
storage,
Expand Down
2 changes: 1 addition & 1 deletion ol/genesis-tools/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn main() -> Result<()> {
let mut w = wizard::GenesisWizard::default();
w.repo_name = opts.genesis_repo_name.as_ref().unwrap().clone();
w.repo_owner = opts.genesis_repo_owner.as_ref().unwrap().clone();
w.epoch = opts.genesis_restore_epoch.unwrap();
w.epoch = opts.genesis_restore_epoch.unwrap();
w.start_wizard()?;
return Ok(()); // exit
}
Expand Down
Loading

0 comments on commit 7867a7d

Please sign in to comment.