Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc committed Dec 9, 2024
1 parent aec2087 commit ad330c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/factory/workingset.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ func (ws *workingSet) pickAndRunActions(
actionIterator.PopAccount()
continue
}
actCtx := protocol.MustGetActionCtx(ctx)
actCtx := protocol.MustGetActionCtx(actionCtx)
l := log.L().With(log.Hex("actHash", actCtx.ActionHash[:]), zap.Uint64("height", ws.height))
receipt, err := ws.runAction(actionCtx, nextAction)
switch errors.Cause(err) {
Expand Down

0 comments on commit ad330c9

Please sign in to comment.