Correct quoter seal flag

This commit is contained in:
lash
2023-08-01 15:34:52 +01:00
parent 17f5d2f340
commit af059d24a7
3 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ contract SwapPool {
uint256 public sealState;
uint8 constant FEE_STATE = 1;
uint8 constant FEEADDRESS_STATE = 2;
uint8 constant QUOTER_STATE = 2;
uint256 constant public maxSealState = 3;
uint8 constant QUOTER_STATE = 4;
uint256 constant public maxSealState = 7;
// Implements Seal
event SealStateChange(bool indexed _final, uint256 _sealState);