proto: regenerate code (#6977)

## Description

Replace all seemed to have been used causing proto files to be changed without being regenerated
This commit is contained in:
Marko
2021-09-23 12:37:11 +00:00
committed by GitHub
parent 41ac5b90c5
commit c9beef796d
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: tendermint/internal/state/types.proto
// source: tendermint/state/types.proto
package state
@@ -419,7 +419,7 @@ func init() {
proto.RegisterType((*State)(nil), "tendermint.state.State")
}
func init() { proto.RegisterFile("tendermint/internal/state/types.proto", fileDescriptor_ccfacf933f22bf93) }
func init() { proto.RegisterFile("tendermint/state/types.proto", fileDescriptor_ccfacf933f22bf93) }
var fileDescriptor_ccfacf933f22bf93 = []byte{
// 763 bytes of a gzipped FileDescriptorProto

View File

@@ -1,5 +1,5 @@
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: tendermint/internal/statesync/types.proto
// source: tendermint/statesync/types.proto
package statesync
@@ -631,7 +631,7 @@ func init() {
proto.RegisterType((*ParamsResponse)(nil), "tendermint.statesync.ParamsResponse")
}
func init() { proto.RegisterFile("tendermint/internal/statesync/types.proto", fileDescriptor_a1c2869546ca7914) }
func init() { proto.RegisterFile("tendermint/statesync/types.proto", fileDescriptor_a1c2869546ca7914) }
var fileDescriptor_a1c2869546ca7914 = []byte{
// 589 bytes of a gzipped FileDescriptorProto

View File

@@ -6,15 +6,14 @@ package coregrpc
import (
context "context"
fmt "fmt"
io "io"
math "math"
math_bits "math/bits"
proto "github.com/gogo/protobuf/proto"
types "github.com/tendermint/tendermint/abci/types"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
io "io"
math "math"
math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.