Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 25, 2024
1 parent 614bd95 commit 46d4411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib/src/sender/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pub async fn process_transactions(
shared_state.lock().unwrap().current_tx_info.remove(&tx.id);
continue;
};

#[allow(clippy::if_same_then_else)]
if tx.method.starts_with("MULTI.golemTransfer")
|| tx.method == "ERC20.transfer"
Expand Down

0 comments on commit 46d4411

Please sign in to comment.