diff --git a/yellowstone-grpc-proto/proto/solana-storage.proto b/yellowstone-grpc-proto/proto/solana-storage.proto index 7514566e..6dd98e56 100644 --- a/yellowstone-grpc-proto/proto/solana-storage.proto +++ b/yellowstone-grpc-proto/proto/solana-storage.proto @@ -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;