Skip to content

Commit

Permalink
fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coreggon11 committed Oct 3, 2023
1 parent ddf3638 commit 9184586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/traits/psp22/psp22.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub trait PSP22 {
///
/// # Important
///
/// This function is vulnerable to the double spending attack.
/// This function is vulnerable to the double spending attack.
/// Based on the OpenZeppelin security review of OpenBrush, we recommend using the
/// `increase_allowance` and `decrease_allowance` functions.
#[ink(message)]
Expand Down

0 comments on commit 9184586

Please sign in to comment.