Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
  • Loading branch information
bolt12 and coot authored Dec 13, 2021
1 parent 3d0dba5 commit 71a5c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-node/src/Cardano/Node/Orphans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ instance ToJSON AcceptedConnectionsLimit where
instance FromJSON AcceptedConnectionsLimit where
parseJSON = withObject "AcceptedConnectionsLimit" $ \v ->
AcceptedConnectionsLimit
<$> v .: "acceptedConnectionsHardLimit"
<*> v .: "acceptedConnectionsSoftLimit"
<*> v .: "acceptedConnectionsDelay"
<$> v .: "hardLimit"
<*> v .: "softLimit"
<*> v .: "delay"

0 comments on commit 71a5c6f

Please sign in to comment.