You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Echidna/Types/Solidity.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ instance Show SolException where
51
51
NoCryticCompile->"crytic-compile not installed or not found in PATH. To install it, run:\n pip install crytic-compile"
52
52
InvalidMethodFilters f ->"Applying the filter "++show f ++" to the methods produces an empty list. Are you filtering the correct functions using `filterFunctions` or fuzzing the correct contract?"
53
53
SetUpCallFailed->"Calling the setUp() function failed (revert, out-of-gas, sending ether to a non-payable constructor, etc.)"
54
-
DeploymentFailed a t ->"Deploying the contract "++show a ++" failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.):\n"++ unpack t
54
+
DeploymentFailed a t ->"Deploying the contract "++show a ++" failed (revert, out-of-gas, sending ether to a non-payable constructor, etc.):\n"++ unpack t
55
55
OutdatedSolcVersion v ->"Solc version "++ toString v ++" detected. Echidna doesn't support versions of solc before "++ toString minSupportedSolcVersion ++". Please use a newer version."
0 commit comments