e2e: allow running of single node using the e2e app (backport) (#7024)

This commit is contained in:
Callum Waters
2021-09-29 16:17:32 +02:00
committed by GitHub
parent 294a9695b4
commit 2d8287d0f7
13 changed files with 126 additions and 14 deletions

View File

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