remove code from previous iteration

pull/333/head
Will Song 5 years ago
parent 63e029d7ac
commit 213767b448
  1. 1
      lib/Echidna/RPC.hs

@ -43,7 +43,6 @@ data Etheno = AccountCreated Addr -- ^ Reg
deriving (Eq, Show)
instance FromJSON Etheno where
-- parseJSON = genericParseJSON $ defaultOptions {fieldLabelModifier = tail, omitNothingFields = True}
parseJSON = withObject "Etheno" $ \v -> do
(ev :: String) <- v .: "event"
case ev of

Loading…
Cancel
Save