swarm/network/stream: addressed PR comments

This commit is contained in:
Fabio Barone 2018-10-08 09:34:25 -05:00
parent 11948b04ea
commit 237d5335b9

View file

@ -59,7 +59,7 @@ type Event struct {
// Msg is set if the type is EventTypeMsg // Msg is set if the type is EventTypeMsg
Msg *Msg `json:"msg,omitempty"` Msg *Msg `json:"msg,omitempty"`
// //Optionally provide data (currently for simulation frontends only)
Data interface{} `json:"data"` Data interface{} `json:"data"`
} }