diff --git a/p2p/proto/event.proto b/p2p/proto/event.proto index 1528f8d..94051bb 100644 --- a/p2p/proto/event.proto +++ b/p2p/proto/event.proto @@ -12,7 +12,8 @@ message EventsRequest { } message Events { - repeated Event items = 1; + Hash transaction_hash = 1; + repeated Event items = 2; } // can be several in a single reply