From 521380abd61ee949aee9629237319b55011ee381 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 10 Dec 2020 11:02:29 -0500 Subject: [PATCH] x/auth: atlas manifest (#8140) --- x/auth/atlas/atlas-v0.39.1.md | 6 +++--- x/auth/atlas/atlas.toml | 4 ++-- x/bank/atlas/atlas-v0.39.1.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x/auth/atlas/atlas-v0.39.1.md b/x/auth/atlas/atlas-v0.39.1.md index ad6fa5355..486e814d3 100644 --- a/x/auth/atlas/atlas-v0.39.1.md +++ b/x/auth/atlas/atlas-v0.39.1.md @@ -166,19 +166,19 @@ the module itself are defined below: 1. Query an account. ```shell - $ q auth account [address] [...flags] + $ app q auth account [address] [...flags] ``` 2. Sign an unsigned transaction using a single signature. ```shell - $ tx auth sign [file] + $ app tx auth sign [file] ``` 3. Sign an unsigned transaction using a multisig. ```shell - $ tx auth multisign [file] [name] [[signature]...] + $ app tx auth multisign [file] [name] [[signature]...] ``` ### REST diff --git a/x/auth/atlas/atlas.toml b/x/auth/atlas/atlas.toml index ef59a18e7..2476ba3e0 100644 --- a/x/auth/atlas/atlas.toml +++ b/x/auth/atlas/atlas.toml @@ -28,6 +28,6 @@ name = "alessio" [version] documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/auth/atlas/atlas-v0.39.1.md" -repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.1" +repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2" sdk_compat = "v0.39.x" -version = "v0.39.1" +version = "v0.39.2" diff --git a/x/bank/atlas/atlas-v0.39.1.md b/x/bank/atlas/atlas-v0.39.1.md index ef34e02e0..affca5b9e 100644 --- a/x/bank/atlas/atlas-v0.39.1.md +++ b/x/bank/atlas/atlas-v0.39.1.md @@ -141,7 +141,7 @@ The `x/bank` supports the following transactional commands. 1. Send tokens via a `MsgSend` message. ```shell - $ tx send [from_key_or_address] [to_address] [amount] [...flags] + $ app tx send [from_key_or_address] [to_address] [amount] [...flags] ``` Note, the `x/bank` module does not natively support constructing a `MsgMultiSend`