fix: package structure

This commit is contained in:
Hanno Cornelius 2023-02-28 18:06:46 +02:00 committed by GitHub
parent 68d0524b25
commit 1e9a42d6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
syntax = "proto3";
// 12/WAKU2-FILTER rfc: https://rfc.vac.dev/spec/12/
package waku.filter.v2;
package waku.filter.v2beta1;
import "waku/message/v1/message.proto";