mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Rename IS_ACTIVE to NOT_PAUSED error.
This commit is contained in:
parent
98ed475000
commit
64066a14ec
|
@ -76,5 +76,5 @@ library Errors {
|
|||
|
||||
// pausable error message
|
||||
string public constant IS_PAUSED = '54'; // 'Pool is paused'
|
||||
string public constant IS_ACTIVE = '55'; // 'Pool is active'
|
||||
string public constant NOT_PAUSED = '55'; // 'Pool is not paused'
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ export enum ProtocolErrors {
|
|||
INVALID_FLASHLOAN_MODE = '43', //Invalid flashloan mode
|
||||
|
||||
IS_PAUSED = '54', // Pool is paused
|
||||
IS_ACTIVE = '55', // Pool is active
|
||||
NOT_PAUSED = '55', // Pool is not paused
|
||||
|
||||
// old
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user