Skip to content

Commit

Permalink
build + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Feb 28, 2024
1 parent 5252631 commit 07e93b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-transfer-esdt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub trait MultiTransferEsdt:
} else if is_dest_sc {
match &eth_tx.call_data {
Some(call_data) => {
if self.must_refund_tx_with_call_data(&call_data) {
if self.must_refund_tx_with_call_data(call_data) {
must_refund = true;
}
}
Expand Down

0 comments on commit 07e93b8

Please sign in to comment.