Skip to content

Commit

Permalink
Stop forking
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed Feb 22, 2024
1 parent 1e02b03 commit 784c661
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Pact/Runtime/Capabilities.hs
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,7 @@ checkSigCaps sigs = go
eligibleCaps
| null capsBeingEvaluated = getAllStackCaps
| otherwise = return capsBeingEvaluated
granted <- ifExecutionFlagSet FlagDisablePact410
getAllStackCaps
eligibleCaps
granted <- eligibleCaps
autos <- use $ evalCapabilities . capAutonomous
return $ M.filter (match (S.null autos) granted) sigs

Expand Down

0 comments on commit 784c661

Please sign in to comment.