Skip to content

Commit f03c4ae

Browse files
static analysis
1 parent 9347041 commit f03c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/verify_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type AcceptedVerifyContext struct {
6868

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

0 commit comments

Comments
 (0)