Skip to content

Commit

Permalink
audit issue #1764
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Corduan committed Aug 11, 2020
1 parent cacd290 commit 901bb91
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -125,7 +125,7 @@ delegsTransition ::
Crypto crypto =>
TransitionRule (DELEGS crypto)
delegsTransition = do
TRC (env@(DelegsEnv slot txIx pp tx reserves), dpstate, certificates) <- judgmentContext
TRC (env@(DelegsEnv slot txIx pp tx acnt), dpstate, certificates) <- judgmentContext
network <- liftSTS $ asks networkId

case certificates of
Expand Down Expand Up @@ -156,7 +156,7 @@ delegsTransition = do

let ptr = Ptr slot txIx (fromIntegral $ length gamma)
trans @(DELPL crypto) $
TRC (DelplEnv slot ptr pp reserves, dpstate', c)
TRC (DelplEnv slot ptr pp acnt, dpstate', c)

instance
Crypto crypto =>
Expand Down

0 comments on commit 901bb91

Please sign in to comment.