Skip to content

Commit

Permalink
Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiblt1304 committed Jan 30, 2024
1 parent 24fd9de commit b67997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esdt-safe/src/to_sovereign/create_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub trait CreateTxModule:
event_payments.push(
MultiValue3 ((
payment.token_identifier.clone(),
payment.token_nonce.clone(),
payment.token_nonce,
payment.amount.clone()
))
);
Expand Down

0 comments on commit b67997a

Please sign in to comment.