From 237d5335b9c3198632ef16b8d021b3c003f1d331 Mon Sep 17 00:00:00 2001 From: Fabio Barone Date: Mon, 8 Oct 2018 09:34:25 -0500 Subject: [PATCH] swarm/network/stream: addressed PR comments --- p2p/simulations/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/simulations/events.go b/p2p/simulations/events.go index c49a72b596..9b2a990e07 100644 --- a/p2p/simulations/events.go +++ b/p2p/simulations/events.go @@ -59,7 +59,7 @@ type Event struct { // Msg is set if the type is EventTypeMsg Msg *Msg `json:"msg,omitempty"` - // + //Optionally provide data (currently for simulation frontends only) Data interface{} `json:"data"` }