Skip to content

Commit

Permalink
chore: revert package namespace in proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Oct 9, 2024
1 parent 8e83e2d commit b71b715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";

package submission;
option go_package = "github.com/PowerLoom/snapshotter-lite-local-collector/pkgs";
option go_package = "github.com/PowerLoom/proto-snapshot-server/pkgs";

// Request structure as defined in your Solidity contract
message Request {
Expand Down

0 comments on commit b71b715

Please sign in to comment.