Skip to content

Commit

Permalink
proto: fix go_package location (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jul 17, 2024
1 parent 91a6fb2 commit d20d71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone-grpc-proto/proto/solana-storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package solana.storage.ConfirmedBlock;

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

message ConfirmedBlock {
string previous_blockhash = 1;
Expand Down

0 comments on commit d20d71c

Please sign in to comment.