Skip to content

Commit 07c494b

Browse files
committed
Fixing git merge artefact
1 parent 9dcef64 commit 07c494b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/EVM/SMT.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,11 +1081,7 @@ parseTxCtx :: TS.Text -> Expr EWord
10811081
parseTxCtx name
10821082
| name == "txvalue" = TxValue
10831083
| Just a <- TS.stripPrefix "balance_" name = Balance (parseEAddr a)
1084-
<<<<<<< HEAD
1085-
| Just a <- TS.stripPrefix "gas_" name = Gas (textToInt a)
10861084
| Just a <- TS.stripPrefix "codehash_" name = CodeHash (parseEAddr a)
1087-
=======
1088-
>>>>>>> b044b99d (Fixing equivalence checking)
10891085
| otherwise = internalError $ "cannot parse " <> (TS.unpack name) <> " into an Expr"
10901086

10911087
getAddrs :: (TS.Text -> Expr EAddr) -> (Text -> IO Text) -> [TS.Text] -> IO (Map (Expr EAddr) Addr)

0 commit comments

Comments
 (0)