mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Replace SetEventsMode with SetOption
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
package types
|
||||
|
||||
type EventsMode int8
|
||||
|
||||
const (
|
||||
EventsModeOff = EventsMode(0)
|
||||
EventsModeOn = EventsMode(1)
|
||||
)
|
||||
|
||||
type Event struct {
|
||||
Key string
|
||||
Data []byte
|
||||
|
Reference in New Issue
Block a user