Skip to content

Commit

Permalink
Remove JSON instance for Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Sep 24, 2020
1 parent d48124a commit 3c3ba60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/core/src/Cardano/Wallet/Primitive/Types.hs
Expand Up @@ -1952,10 +1952,6 @@ instance FromJSON PoolMetadataSource where
instance ToJSON PoolMetadataSource where
toJSON = toJSON . toText

instance FromJSON Settings where
parseJSON = genericParseJSON defaultRecordTypeOptions
instance ToJSON Settings where
toJSON = genericToJSON defaultRecordTypeOptions

-- TODO: factor out
defaultRecordTypeOptions :: Aeson.Options
Expand Down

0 comments on commit 3c3ba60

Please sign in to comment.