We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e8ee7 commit bc9250bCopy full SHA for bc9250b
server/v2/cometbft/oe/optimistic_execution.go
@@ -13,7 +13,6 @@ import (
13
"cosmossdk.io/core/server"
14
"cosmossdk.io/core/store"
15
"cosmossdk.io/core/transaction"
16
-
17
"cosmossdk.io/log"
18
)
19
@@ -75,10 +74,6 @@ func (oe *OptimisticExecution[T]) Reset() {
75
74
oe.initialized = false
76
}
77
78
-func (oe *OptimisticExecution[T]) Enabled() bool {
79
- return oe != nil
80
-}
81
82
// Initialized returns true if the OE was initialized, meaning that it contains
83
// a request and it was run or it is running.
84
func (oe *OptimisticExecution[T]) Initialized() bool {
0 commit comments