-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
mod AccountError { // const INVALID_CALLER: felt252 = 'Account: invalid caller'; | ||
// const INVALID_TX_VERSION: felt252 = 'Account: invalid tx version'; | ||
// const INVALID_SIGNATURE: felt252 = 'Account: invalid signature'; | ||
// const UNAUTHORIZED: felt252 = 'Account: unauthorized'; | ||
// const POSITION_NOT_FOUND: felt252 = 'Account: position not found'; | ||
mod AccountError { | ||
const UNAUTHORIZED_CONTRACT: felt252 = 'Account: unauthorized contract'; | ||
const UNAUTHORIZED_SELECTOR: felt252 = 'Account: unauthorized selector'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters