From dae15af4e987e2286f87af13c3a47d1761ddd05c Mon Sep 17 00:00:00 2001 From: sweexordious Date: Fri, 11 Oct 2024 20:25:33 +0400 Subject: [PATCH] chore: fmt --- rpc/grpc/api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpc/grpc/api.go b/rpc/grpc/api.go index db69827fef..c519373437 100644 --- a/rpc/grpc/api.go +++ b/rpc/grpc/api.go @@ -4,10 +4,11 @@ import ( "context" "errors" "fmt" - "github.com/tendermint/tendermint/proto/tendermint/crypto" "sync" "time" + "github.com/tendermint/tendermint/proto/tendermint/crypto" + "github.com/tendermint/tendermint/libs/rand" abci "github.com/tendermint/tendermint/abci/types"