chore: more clippy fixes

This commit is contained in:
sprites0
2025-07-01 02:19:32 +00:00
parent b733170d74
commit 4136d9d50a
3 changed files with 10 additions and 10 deletions

View File

@ -99,7 +99,7 @@ fn system_tx_to_reth_transaction(transaction: &SystemTx, chain_id: u64) -> TxSig
break spot.to_s();
}
info!("Contract not found: {:?} from spot mapping, fetching again...", to);
info!("Contract not found: {to:?} from spot mapping, fetching again...");
*EVM_MAP.write().unwrap() = erc20_contract_to_spot_token(chain_id).unwrap();
}
};