Rename IS_ACTIVE to NOT_PAUSED error.

This commit is contained in:
David Racero 2020-09-14 16:09:57 +02:00
parent 98ed475000
commit 64066a14ec
2 changed files with 2 additions and 2 deletions

View File

@ -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'
}

View File

@ -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