Skip to content

Commit

Permalink
Merge pull request #113 from 0xPolygonHermez/fix/rebase
Browse files Browse the repository at this point in the history
remove rebase comment
  • Loading branch information
ignasirv authored Aug 5, 2022
2 parents dc5623a + e1d4aae commit 69889d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main/utils.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -621,19 +621,11 @@ stackOverflow:
${eventLog(onError, overflow)}
:JMP(handleError)
invalidDeploy:
<<<<<<< HEAD
${eventLog(onError, invalid)}
:JMP(handleError)
invalidStaticTx:
${eventLog(onError, invalid)}
:JMP(handleInvalidStatic)
=======
${eventLog(onError, invalid)}
:JMP(handleError)
invalidStaticTx:
${eventLog(onError, invalid)}
:JMP(handleInvalidStatic)
>>>>>>> review changes
handleError:
;revert all state changes
;initSR --> balance = balance - gas, nonce + 1
Expand Down

0 comments on commit 69889d5

Please sign in to comment.