snapshots: document use of ioutil.TempDir() (#8508)

Document with inline comments the changes introduced
in https://github.com/cosmos/cosmos-sdk/pull/8475.

Run make format.
This commit is contained in:
Alessio Treglia
2021-02-04 09:54:01 +00:00
committed by GitHub
parent 931af4350b
commit 2e04f2778f
18 changed files with 46 additions and 26 deletions
+2 -1
View File
@@ -3,9 +3,10 @@ package grpc
import (
"net/http"
"github.com/cosmos/cosmos-sdk/server/config"
"github.com/improbable-eng/grpc-web/go/grpcweb"
"google.golang.org/grpc"
"github.com/cosmos/cosmos-sdk/server/config"
)
// StartGRPCWeb starts a gRPC-Web server on the given address.