We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a43f5 commit b465c26Copy full SHA for b465c26
app/app.go
@@ -207,7 +207,7 @@ var (
207
// KitoolsApp extends an ABCI application, but with most of its parameters exported.
208
// They are exported for convenience in creating helper functions, as object
209
// capabilities aren't needed for testing.
210
-type KitoolsApp struct { // nolint: golint
+type KitoolsApp struct { //nolint: golint
211
*baseapp.BaseApp
212
legacyAmino *codec.LegacyAmino
213
appCodec codec.Codec
0 commit comments