Skip to content

Commit 6fe00ea

Browse files
committed
rem typo
1 parent 68c0fdb commit 6fe00ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

challenge-manager/stack.go

-5
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ func StackWithSyncMaxLookbackBlocks(maxLookback uint64) StackOpt {
141141
p.maxLookbackBlocks = maxLookback
142142
}
143143
}
144-
func StackWithM() StackOpt {
145-
return func(p *stackParams) {
146-
p.enableFastConfirmation = true
147-
}
148-
}
149144

150145
// OverrideAssertionManger can be used in tests to override the assertion
151146
// manager.

0 commit comments

Comments
 (0)