abci: remove counter app (port #6684) (#9143)

This commit is contained in:
Callum Waters
2022-08-03 13:44:34 +02:00
committed by GitHub
parent 4206a0e9b7
commit ea271c534a
18 changed files with 28 additions and 677 deletions

View File

@@ -46,7 +46,7 @@ func AddNodeFlags(cmd *cobra.Command) {
"proxy_app",
config.ProxyApp,
"proxy app address, or one of: 'kvstore',"+
" 'persistent_kvstore', 'counter', 'e2e' or 'noop' for local testing.")
" 'persistent_kvstore' or 'noop' for local testing.")
cmd.Flags().String("abci", config.ABCI, "specify abci transport (socket | grpc)")
// rpc flags