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
+3 -4
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.