Skip to content

Commit

Permalink
Add Transaction hash to Events message
Browse files Browse the repository at this point in the history
  • Loading branch information
IronGauntlets committed Nov 28, 2023
1 parent f3e4d4c commit 079ce56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2p/proto/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 079ce56

Please sign in to comment.