Skip to content

Commit

Permalink
Fixed compile failure in marlowe-tx Main
Browse files Browse the repository at this point in the history
This code was calling solveConstraints with a NetworkId argument we no
longer receive.
  • Loading branch information
Dino Morelli committed Sep 30, 2022
1 parent 56f0ddd commit caa4c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marlowe-runtime/marlowe-tx/Main.hs
Expand Up @@ -123,7 +123,6 @@ run Options{..} = withSocketsDo do
let
solveConstraints :: SolveConstraints
solveConstraints = Constraints.solveConstraints
networkId
systemStart
eraHistory
protocolParameters
Expand Down

0 comments on commit caa4c8c

Please sign in to comment.