Skip to content

Commit

Permalink
static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Oct 6, 2023
1 parent 9347041 commit f03c4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/verify_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type AcceptedVerifyContext struct {

// We disregard [verify] because [GetVerifyContext] ensures
// we will never need to verify a block if [AcceptedVerifyContext] is returned.
func (a *AcceptedVerifyContext) View(ctx context.Context, _ bool) (state.View, error) {
func (a *AcceptedVerifyContext) View(context.Context, bool) (state.View, error) {
return a.vm.State()
}

Expand Down

0 comments on commit f03c4ae

Please sign in to comment.