From 1d911818e6b8ad162f78278a842f9f2ff000332b Mon Sep 17 00:00:00 2001 From: Sergio Mena Date: Tue, 6 Dec 2022 10:08:30 +0100 Subject: [PATCH] Fix merge from `main` (#9837) --- abci/tests/test_cli/testHelp.out | 2 +- docs/app-dev/abci-cli.md | 2 +- docs/app-dev/getting-started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abci/tests/test_cli/testHelp.out b/abci/tests/test_cli/testHelp.out index 021549927..70b58875e 100644 --- a/abci/tests/test_cli/testHelp.out +++ b/abci/tests/test_cli/testHelp.out @@ -9,8 +9,8 @@ Available Commands: commit commit the application state and return the Merkle root hash completion Generate the autocompletion script for the specified shell console start an interactive ABCI console for multiple commands - deliver_tx deliver a new transaction to the application echo have the application echo a message + finalize_block deliver a block of transactions to the application help Help about any command info get some info about the application kvstore ABCI demo example diff --git a/docs/app-dev/abci-cli.md b/docs/app-dev/abci-cli.md index 50eecaac8..013a8cc2d 100644 --- a/docs/app-dev/abci-cli.md +++ b/docs/app-dev/abci-cli.md @@ -32,8 +32,8 @@ Available Commands: commit commit the application state and return the Merkle root hash completion Generate the autocompletion script for the specified shell console start an interactive ABCI console for multiple commands - deliver_tx deliver a new transaction to the application echo have the application echo a message + finalize_block deliver a block of transactions to the application help Help about any command info get some info about the application kvstore ABCI demo example diff --git a/docs/app-dev/getting-started.md b/docs/app-dev/getting-started.md index 081ca8dc6..9a57e02fb 100644 --- a/docs/app-dev/getting-started.md +++ b/docs/app-dev/getting-started.md @@ -51,8 +51,8 @@ Available Commands: commit commit the application state and return the Merkle root hash completion Generate the autocompletion script for the specified shell console start an interactive ABCI console for multiple commands - deliver_tx deliver a new transaction to the application echo have the application echo a message + finalize_block deliver a block of transactions to the application help Help about any command info get some info about the application kvstore ABCI demo example