fix: rpc message version (#319)

This commit is contained in:
Richard Ramos 2022-09-23 16:40:12 -04:00 committed by GitHub
parent eafbc4c01f
commit 2b5c8769d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ func (r *RPCWakuRelayMessage) toProto() *pb.WakuMessage {
Payload: r.Payload,
ContentTopic: r.ContentTopic,
Timestamp: r.Timestamp,
Version: r.Version,
}
if r.RateLimitProof != nil {