Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-rebegea committed Jun 27, 2024
1 parent 03774dd commit cd99800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esdt-safe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pub trait EsdtSafe:
updated = true;
break;
}
if updated == false {
if !updated {
all_payments.push(new_payment);
}

Expand Down

0 comments on commit cd99800

Please sign in to comment.