Skip to content

Commit

Permalink
Add rpc tables
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 16, 2024
1 parent 9f56161 commit 8f04343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proto/libp2p/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func TraceEventToSendRPC(event *host.TraceEvent) (*SendRPC, error) {
}

r := &SendRPC{
SendTo: wrapperspb.String(payload.PeerID.String()),
PeerId: wrapperspb.String(payload.PeerID.String()),
Meta: &RPCMeta{
PeerId: wrapperspb.String(payload.PeerID.String()),
Messages: convertRPCMessages(payload.Messages),
Expand Down

0 comments on commit 8f04343

Please sign in to comment.