Skip to content

Commit d20d71c

Browse files
authored
proto: fix go_package location (#376)
1 parent 91a6fb2 commit d20d71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yellowstone-grpc-proto/proto/solana-storage.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package solana.storage.ConfirmedBlock;
44

5-
option go_package = "github.com/rpcpool/solana-geyser-grpc/golang/proto";
5+
option go_package = "github.com/rpcpool/yellowstone-grpc/examples/golang/proto";
66

77
message ConfirmedBlock {
88
string previous_blockhash = 1;

0 commit comments

Comments
 (0)