mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/network/stream: addressed PR comments
This commit is contained in:
parent
11948b04ea
commit
237d5335b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue