Skip to content

Commit

Permalink
fix pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Feb 13, 2024
1 parent 306199e commit 6643d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete/parser/OrderBookSubParser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bytes constant SUB_PARSER_PARSE_META =
bytes constant SUB_PARSER_WORD_PARSERS =
hex"0fc70fe60ff7100810181029103a104b105c106d107e108e109f10b010c110d210e310f31103";
bytes constant SUB_PARSER_OPERAND_HANDLERS =
hex"125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e12a31362";
hex"12481248124812481248124812481248124812481248124812481248124812481248128d134c";

contract OrderBookSubParser is BaseRainterpreterSubParserNPE2 {
using LibUint256Matrix for uint256[][];
Expand Down

0 comments on commit 6643d34

Please sign in to comment.