diff --git a/lib/Echidna/Transaction.hs b/lib/Echidna/Transaction.hs index 070d86d8..4953dcd1 100644 --- a/lib/Echidna/Transaction.hs +++ b/lib/Echidna/Transaction.hs @@ -87,7 +87,6 @@ type ContractA = (Addr, [SolSignature]) data World = World { _senders :: [Addr] , _receivers :: [ContractA] } - deriving (Show) makeLenses ''World -- | Given generators for an origin, destination, value, and function call, generate a call