Skip to content

Commit

Permalink
Add 'src' field in RelayMessage and migrate 'destination' field to 'd…
Browse files Browse the repository at this point in the history
…st' (#4)
  • Loading branch information
matthewpaul authored Aug 16, 2024
1 parent e8a791e commit c039381
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/relay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ message RelayPayload {
}

message RelayMessage {
string destination = 1;
RelayPayload payload = 2;
string src = 1;
string dst = 2;
RelayPayload payload = 3;
}

message OrbConnectRequestEvent {
Expand Down

0 comments on commit c039381

Please sign in to comment.