Skip to content

Commit

Permalink
fix(faucet): cleanup unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef authored and maqi committed Apr 29, 2024
1 parent 7454050 commit 1c89f01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sn_faucet/src/faucet_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ async fn startup_server(client: Client) -> Result<()> {
// Create a semaphore with a single permit
let semaphore = Arc::new(Semaphore::new(1));

let faucet_root = get_faucet_data_dir();
let _faucet_wallet = load_account_wallet_or_create_with_mnemonic(&faucet_root, None)?;

#[allow(unused)]
let mut balances = HashMap::<String, NanoTokens>::new();
#[cfg(feature = "distribution")]
Expand Down

0 comments on commit 1c89f01

Please sign in to comment.