From 4ba9e60bca4c71260d0864be145c71a032bb8c11 Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:44:17 +0000 Subject: [PATCH] feat(commands): update axone-protocol/axoned commands documentation --- commands/axoned_tx_interchain-accounts_controller_register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/axoned_tx_interchain-accounts_controller_register.md b/commands/axoned_tx_interchain-accounts_controller_register.md index c8bef3482b5..5dd141a9187 100644 --- a/commands/axoned_tx_interchain-accounts_controller_register.md +++ b/commands/axoned_tx_interchain-accounts_controller_register.md @@ -38,7 +38,7 @@ axoned tx interchain-accounts controller register [connection-id] [flags] --node string : to CometBFT rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality) - --ordering string Channel ordering, can be one of: ORDER_ORDERED, ORDER_UNORDERED (default "ORDER_ORDERED") + --ordering string Channel ordering, can be one of: ORDER_ORDERED, ORDER_UNORDERED (default "ORDER_UNORDERED") -o, --output string Output format (text|json) (default "json") -s, --sequence uint The sequence number of the signing account (offline mode only) --sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature