Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chachaleo authored and 0xChqrles committed Sep 17, 2024
1 parent 99f0b79 commit 94620f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/contracts/ramps/revolut/revolut.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ pub mod RevolutRamp {
pub const NOT_REGISTERED: felt252 = 'Caller is not registered';
pub const INVALID_AMOUNT: felt252 = 'Invalid amount';
pub const WRONG_CALLER_ADDRESS: felt252 = 'Wrong caller address';
pub const EMPTY_LIQUIDITY_retrievAL: felt252 = 'Empty liquidity retrieval';
pub const LOCKED_LIQUIDITY_retrievAL: felt252 = 'Locked liquidity retrieval';
pub const EMPTY_LIQUIDITY_RETRIEVAL: felt252 = 'Empty liquidity retrieval';
pub const LOCKED_LIQUIDITY_RETRIEVAL: felt252 = 'Locked liquidity retrieval';
}

//
Expand Down

0 comments on commit 94620f7

Please sign in to comment.