diff --git a/standards/core/sync.md b/standards/core/sync.md index f1fa65b..7586598 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -137,7 +137,7 @@ The payload sent MUST follow the wire specification below. ```protobuf syntax = "proto3"; -package waku.sync.v2; +package waku.sync.transfer.v1; import "waku/message/v1/message.proto";