Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 21, 2023
1 parent a4ace8d commit 6298075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/genesis/src/compare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use libra_types::ol_progress::OLProgress;
use move_core_types::language_storage::CORE_CODE_ADDRESS;
use move_core_types::move_resource::MoveResource;
use serde::{Deserialize, Serialize};
use std::path::{PathBuf, Path};
use std::path::{Path, PathBuf};
use std::sync::Arc;

#[derive(Debug, Serialize, Deserialize)]
Expand Down
1 change: 0 additions & 1 deletion tools/genesis/src/genesis_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ pub fn build(
compare::export_account_balances(legacy_recovery, &db_rw.reader, &output_dir)?;
OLProgress::complete("exported balances to genesis_balances.json");


compare::check_supply(settings.scale_supply() as u64, &db_rw.reader)?;
OLProgress::complete("final supply as expected");
}
Expand Down

0 comments on commit 6298075

Please sign in to comment.