Skip to content

Commit

Permalink
Fix type of chainSync to be polymorphic
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Oct 26, 2021
1 parent 4bcf76d commit 572e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Network.hs
Expand Up @@ -111,7 +111,7 @@ data NetworkLayer m block = NetworkLayer
BlockHeader
BlockHeader
block
-> IO ()
-> m ()

, currentNodeTip
:: m BlockHeader
Expand Down

0 comments on commit 572e90e

Please sign in to comment.