From 7249be9f466b280eefbc9a0f5287c85466ee0691 Mon Sep 17 00:00:00 2001 From: Chihyun Song Date: Wed, 8 May 2024 18:41:51 +0900 Subject: [PATCH] Restore klaytn.proto --- networks/grpc/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/grpc/doc.go b/networks/grpc/doc.go index 044cf10659..66f30e21c8 100644 --- a/networks/grpc/doc.go +++ b/networks/grpc/doc.go @@ -26,6 +26,6 @@ Each file provides the following features - gClient.go : gRPC client implementation. - gServer.go : gRPC server implementation. - klaytn.proto : Define a interface and messages to use in gRPC server and clients. - - klaytn.pb.go : the generated Go file from Kaia.proto by protoc-gen-go. + - klaytn.pb.go : the generated Go file from klaytn.proto by protoc-gen-go. */ package grpc