removing unnecessary formatting

This commit is contained in:
Sam Ricotta
2022-08-19 14:26:19 +02:00
parent 596ca4e591
commit afaed78146
57 changed files with 303 additions and 334 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/tendermint/tendermint/version"
)
// database key
// database keys
var (
stateKey = []byte("stateKey")
)
+1 -3
View File
@@ -39,9 +39,7 @@ func calcABCIResponsesKey(height int64) []byte {
//----------------------
var (
lastABCIResponseKey = []byte("lastABCIResponseKey")
)
var lastABCIResponseKey = []byte("lastABCIResponseKey")
//go:generate ../scripts/mockery_generate.sh Store