File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ import System.Info (os)
3232import EVM (initialContract , currentContract )
3333import EVM.ABI
3434import EVM.Effects (runApp )
35+ import EVM.Format (showTraceTree )
3536import EVM.Solidity
3637import EVM.Types hiding (Env )
3738
3839import Echidna.ABI
3940 ( encodeSig , encodeSigWithName , hashSig , fallback
4041 , commonTypeSizes , mkValidAbiInt , mkValidAbiUInt )
4142import Echidna.Deploy (deployContracts , deployBytecodes )
42- import Echidna.Events (extractEvents )
4343import Echidna.Exec (execTx , execTxWithCov , initialVM )
4444import Echidna.SourceAnalysis.Slither
4545import Echidna.Test (createTests , isAssertionMode , isPropertyMode , isDapptestMode )
@@ -213,7 +213,7 @@ loadSpecified env mainContract cs = do
213213
214214 vm3 <- deployment
215215 when (isNothing $ currentContract vm3) $
216- throwM $ DeploymentFailed solConf. contractAddr $ T. unlines $ extractEvents True env. dapp vm3
216+ throwM $ DeploymentFailed solConf. contractAddr $ showTraceTree env. dapp vm3
217217
218218 -- Run setUp function
219219 let
You can’t perform that action at this time.
0 commit comments