Skip to content

Commit

Permalink
SCP-3305 conforms to renaming of node config type
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Jan 25, 2022
1 parent aec8119 commit cd6a94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-pab/src/Plutus/PAB/App.hs
Expand Up @@ -241,8 +241,8 @@ runApp
storageBackend
trace
contractHandler
config@Config{pabWebserverConfig=WebserverConfig{endpointTimeout},nodeServerConfig=MockServerConfig{mscSlotConfig}} =
(setSlotConfig mscSlotConfig >>)
config@Config{pabWebserverConfig=WebserverConfig{endpointTimeout},nodeServerConfig=PABServerConfig{pscSlotConfig}} =
(setSlotConfig pscSlotConfig >>)
. Core.runPAB (Timeout endpointTimeout) (appEffectHandlers storageBackend config trace contractHandler)

type App a b = PABAction (Builtin a) (AppEnv a) b
Expand Down

0 comments on commit cd6a94f

Please sign in to comment.