Skip to content

Commit

Permalink
test-consensus: add free variables' values to an error call
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 21, 2020
1 parent c6a3ed9 commit 465b0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ genRealPBFTNodeJoinPlan params numSlots@(NumSlots t)
Just hi -> genSlot lo hi
Nothing -> error $
"Cannot find viable RealPBFT NodeJoinPlan: " ++
show (nodeJoinPlan, st)
show (params, numSlots, nodeJoinPlan, st)

let m' = Map.insert nid s' m

Expand Down

0 comments on commit 465b0d1

Please sign in to comment.