Skip to content

Commit

Permalink
fixup! Wallet: Add 'm' parameter to DBLayer and NetworkLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 14, 2021
1 parent fd20a1d commit f0ecfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ data ApiLayer s (k :: Depth -> Type -> Type)
deriving (Generic)

instance HasWorkerCtx (DBLayer IO s k) (ApiLayer s k) where
type WorkerCtx (ApiLayer s k) = WalletLayer s k
type WorkerCtx (ApiLayer s k) = WalletLayer IO s k
type WorkerMsg (ApiLayer s k) = WalletLog
type WorkerKey (ApiLayer s k) = WalletId
hoistResource db transform (ApiLayer _ tr gp nw tl _ _ _) =
Expand Down

0 comments on commit f0ecfe4

Please sign in to comment.