Skip to content

Commit

Permalink
remove unnecessary WithFeatureCtx() (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie committed Oct 5, 2021
1 parent 3933ae9 commit 9489b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/factory/workingset.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ func (ws *workingSet) pickAndRunActions(
if receipt != nil {
blkCtx.GasLimit -= receipt.GasConsumed
ctx = protocol.WithBlockCtx(ctx, blkCtx)
ctx = protocol.WithFeatureCtx(ctx)
receipts = append(receipts, receipt)
}
executedActions = append(executedActions, nextAction)
Expand Down

0 comments on commit 9489b57

Please sign in to comment.