Skip to content

Commit

Permalink
Fix example 6F after fixed constraint for DELEG-MIR
Browse files Browse the repository at this point in the history
  • Loading branch information
mgudemann committed Oct 30, 2019
1 parent ada797e commit ada9744
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions shelley/chain-and-ledger/executable-spec/test/Examples.hs
Expand Up @@ -2246,7 +2246,6 @@ txbodyEx6F = TxBody
Map.empty
(Coin 1)
(Slot 99)
--(slotFromEpoch $ Epoch 1)
emptyUpdate

txEx6F :: Tx
Expand All @@ -2263,13 +2262,13 @@ txEx6F = Tx txbodyEx6F
blockEx6F :: Block
blockEx6F = mkBlock
lastByronHeaderHash
(coreNodeKeys 3)
(coreNodeKeys 6)
[txEx6F]
(Slot 90)
(Slot 10)
(mkNonce 0)
(NatNonce 1)
zero
1
0

-- | The second transaction in the next epoch and at least `startRewards` slots
-- after the transaction carrying the MIR certificate, then creates the rewards
Expand Down

0 comments on commit ada9744

Please sign in to comment.