mirror of https://github.com/status-im/go-waku.git
fix: rpc message version (#319)
This commit is contained in:
parent
eafbc4c01f
commit
2b5c8769d5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue