Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Sep 2, 2024
1 parent 807090d commit 242522b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ async fn main() {
pub_input,
&chain,
&eth_rpc_url,
wallet,
)
.await
.unwrap_or_else(|err| {
Expand Down
1 change: 0 additions & 1 deletion core/src/smart_contract_utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ pub async fn is_account_verified(
pub_input: Vec<u8>,
chain: &Chain,
eth_rpc_url: &str,
wallet: Wallet<SigningKey>,
) -> Result<bool, String> {
let bridge_eth_addr = Address::from_str(match chain {
Chain::Devnet => BRIDGE_DEVNET_ETH_ADDR,
Expand Down

0 comments on commit 242522b

Please sign in to comment.