We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c11342d + cfd5a7a commit fa203feCopy full SHA for fa203fe
lib/Echidna/Output/JSON.hs
@@ -144,6 +144,6 @@ mapTest dappInfo test =
144
145
mapCall = \case
146
SolCreate _ -> ("<CREATE>", Nothing)
147
- SolCall (name, args) -> (name, Just $ ppAbiValue <$> mempty <*> args)
+ SolCall (name, args) -> (name, Just $ ppAbiValue mempty <$> args)
148
NoCall -> ("*wait*", Nothing)
149
SolCalldata x -> (decodeUtf8 $ "0x" <> BS16.encode x, Nothing)
0 commit comments