We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcef64 commit 07c494bCopy full SHA for 07c494b
src/EVM/SMT.hs
@@ -1081,11 +1081,7 @@ parseTxCtx :: TS.Text -> Expr EWord
1081
parseTxCtx name
1082
| name == "txvalue" = TxValue
1083
| Just a <- TS.stripPrefix "balance_" name = Balance (parseEAddr a)
1084
-<<<<<<< HEAD
1085
- | Just a <- TS.stripPrefix "gas_" name = Gas (textToInt a)
1086
| Just a <- TS.stripPrefix "codehash_" name = CodeHash (parseEAddr a)
1087
-=======
1088
->>>>>>> b044b99d (Fixing equivalence checking)
1089
| otherwise = internalError $ "cannot parse " <> (TS.unpack name) <> " into an Expr"
1090
1091
getAddrs :: (TS.Text -> Expr EAddr) -> (Text -> IO Text) -> [TS.Text] -> IO (Map (Expr EAddr) Addr)
0 commit comments