Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech authored and higherordertech committed Apr 29, 2024
1 parent 7177dfd commit 4829aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn get_balance(
loop_with_abort_strategy(
addresses,
|(network, address)| {
let decimals = Web3TokenType::Btc.get_decimals(network.clone());
let decimals = Web3TokenType::Btc.get_decimals(*network);
let mut client = BlockChainInfoClient::new(data_provider_config);

match client.get_single_address(address.clone(), false) {
Expand Down

0 comments on commit 4829aed

Please sign in to comment.