Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Feb 13, 2025
1 parent ae72ba7 commit 48beb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ main = withUtf8 $ do
, dumpTrace = cmd.trace
, decomposeStorage = Prelude.not cmd.noDecompose
, maxNumBranch = cmd.maxBranch
, promiseNoReent = cmd.promiseNoReent
} }
case cmd of
Version {} ->putStrLn getFullVersion
Expand Down Expand Up @@ -266,7 +267,6 @@ equivalence cmd = do
, askSmtIters = cmd.askSmtIterations
, loopHeuristic = cmd.loopDetectionHeuristic
, rpcInfo = Nothing
, promiseNoReent = cmd.promiseNoReent
}
calldata <- liftIO $ buildCalldata cmd
solver <- liftIO $ getSolver cmd
Expand Down

0 comments on commit 48beb62

Please sign in to comment.