From 1fc0dc54994b4f78485a09089ae0b3647dca40e6 Mon Sep 17 00:00:00 2001 From: pinkflower32 Date: Wed, 22 Jan 2025 18:56:27 +0100 Subject: [PATCH] Typo fix query.pb.go --- client/grpc/node/query.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/grpc/node/query.pb.go b/client/grpc/node/query.pb.go index 52f473fd9..0a035ef9e 100644 --- a/client/grpc/node/query.pb.go +++ b/client/grpc/node/query.pb.go @@ -152,7 +152,7 @@ var xxx_messageInfo_EVMValidatorsRequest proto.InternalMessageInfo type EVMValidatorsResponse struct { // BlockHeight is the latest block height BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` - // Validators is list of validator's addresss and voting power + // Validators is list of validator's address and voting power Validators []ValidatorMinimal `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators"` }