Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
derfarctor authored Jan 17, 2022
1 parent a21cc7f commit 7fd294b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ pub async fn run(broken_mnemonic: [&str; 24], brute_config: config::Config) {
let account: Account = Account { address, seed_bytes };
batch_accounts.push(account);
if batch_accounts.len() == batch_size {
e_grey_ln!("\nSENDING BATCH");
if *terminator.lock().unwrap() {
let runtime = start_time.elapsed();
let time_bruting = runtime.as_secs() as f64 + runtime.subsec_millis() as f64 / 1000.0;
Expand Down

0 comments on commit 7fd294b

Please sign in to comment.