Skip to content

Commit

Permalink
Fix incorrect type annotation of interpreterVar
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 28, 2020
1 parent 351a1b1 commit c683960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Network.hs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ withNetworkLayer tr np addrInfo versionData action = do
=> RetryHandlers
-> IO ( Chan (Tip (CardanoBlock TPraosStandardCrypto))
, TVar IO W.ProtocolParameters
, TVar IO (Maybe (CardanoInterpreter TPraosStandardCrypto))
, TMVar IO (CardanoInterpreter TPraosStandardCrypto)
, TQueue IO (LocalTxSubmissionCmd
(GenTx (CardanoBlock TPraosStandardCrypto))
(CardanoApplyTxErr TPraosStandardCrypto)
Expand Down

0 comments on commit c683960

Please sign in to comment.