We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9347041 commit f03c4aeCopy full SHA for f03c4ae
vm/verify_context.go
@@ -68,7 +68,7 @@ type AcceptedVerifyContext struct {
68
69
// We disregard [verify] because [GetVerifyContext] ensures
70
// we will never need to verify a block if [AcceptedVerifyContext] is returned.
71
-func (a *AcceptedVerifyContext) View(ctx context.Context, _ bool) (state.View, error) {
+func (a *AcceptedVerifyContext) View(context.Context, bool) (state.View, error) {
72
return a.vm.State()
73
}
74
0 commit comments