Skip to content

Commit

Permalink
Update src9.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
comfsrt authored Feb 10, 2025
1 parent 12e3cac commit 8a205b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/extensions/src9/src9.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub mod SRC9Component {
pub const INVALID_CALLER: felt252 = 'SRC9: invalid caller';
pub const INVALID_AFTER: felt252 = 'SRC9: now <= execute_after';
pub const INVALID_BEFORE: felt252 = 'SRC9: now >= execute_before';
pub const DUPLICATED_NONCE: felt252 = 'SRC9: duplicate nonce';
pub const DUPLICATED_NONCE: felt252 = 'SRC9: duplicated nonce';
pub const INVALID_SIGNATURE: felt252 = 'SRC9: invalid signature';
}

Expand Down

0 comments on commit 8a205b9

Please sign in to comment.