mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 05:41:21 +00:00
move ResultEvent to go-events
This commit is contained in:
@ -188,7 +188,8 @@ func (n *Node) StartRPC() (net.Listener, error) {
|
||||
// conflicts with their own rpc
|
||||
wire.RegisterInterface(
|
||||
struct{ rpctypes.Result }{},
|
||||
wire.ConcreteType{&ctypes.TendermintResult{}, 0x1},
|
||||
wire.ConcreteType{&events.EventResult{}, 0x1},
|
||||
wire.ConcreteType{&ctypes.TendermintResult{}, 0x2},
|
||||
)
|
||||
|
||||
mux := http.NewServeMux()
|
||||
|
Reference in New Issue
Block a user