Browse Source

Remove AssertIsEventData; Remove EventResult

pull/1842/head
Jae Kwon 9 years ago
parent
commit
e8ffe6bb4c
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      events.go

+ 1
- 6
events.go View File

@ -9,12 +9,7 @@ import (
// Generic event data can be typed and registered with tendermint/go-wire
// via concrete implementation of this interface
type EventData interface {
AssertIsEventData()
}
type EventResult struct {
Event string `json:"event"`
Data EventData `json:"data"`
//AssertIsEventData()
}
// reactors and other modules should export


Loading…
Cancel
Save