Skip to content

Commit

Permalink
chore: add background message
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 19, 2023
1 parent 30e94a6 commit 577ac16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ protogen_local: go_protoc-go-inject-tag ## Generate go structures for all of the
$(PROTOC_SHARED) -I=./consensus/types/proto --go_out=./consensus/types ./consensus/types/proto/*.proto

# P2P
$(PROTOC_SHARED) -I=./p2p/raintree/types/proto --go_out=./p2p/types ./p2p/raintree/types/proto/*.proto
$(PROTOC_SHARED) -I=./p2p/types/proto --go_out=./p2p/types ./p2p/types/proto/*.proto

# echo "View generated proto files by running: make protogen_show"

Expand Down
8 changes: 8 additions & 0 deletions p2p/types/proto/background.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
syntax = "proto3";
package background;

option go_package = "github.com/pokt-network/pocket/p2p/types";

message BackgroundMessage {
bytes data = 1;
}
File renamed without changes.

0 comments on commit 577ac16

Please sign in to comment.