orderlib uses reverts instead of returned errors; Dexorder.sol

This commit is contained in:
Tim Olson
2023-10-18 16:18:14 -04:00
parent 7c79e9f98e
commit 510aede125
7 changed files with 90 additions and 72 deletions

View File

@@ -17,6 +17,6 @@ library Constants {
// Swap statuses
string internal constant SWAP_OK = ''; // fastest comparison
bytes32 internal constant SWAP_OK = ''; // fastest comparison
// other errors may be passed through from Uniswap
}