Skip to content

Commit

Permalink
Merge pull request #2 from antico5/patch-1
Browse files Browse the repository at this point in the history
Update comments on PUSH instructions
  • Loading branch information
fvictorio authored Jan 10, 2022
2 parents b5a26fb + f021585 commit 62d165b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puzzles/puzzle_7.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const puzzleCode = [
'36', // CALLDATASIZE
'6003', // PUSH1 03
'10', // LT
'6009', // PUSH1 0d
'6009', // PUSH1 09
'57', // JUMPI
'fdfd', // REVERT REVERT
'5b', // JUMPDEST
Expand All @@ -13,7 +13,7 @@ const puzzleCode = [
'02', // MUL
'6008', // PUSH1 08
'14', // EQ
'6014', // PUSH1 0d
'6014', // PUSH1 14
'57', // JUMPI
'fd', // REVERT
'5b', // JUMPDEST
Expand Down

0 comments on commit 62d165b

Please sign in to comment.