Remove gaia (#4347)
Gaia is removed from cosmos-sdk repository. Few changes were required to make sure no packages depend on gaia subpackages. CI config is amended accordingly. Unnecessary targets are removed from Makefile. Simulations run through a lightweight version of gaia renamed to simapp. Closes: #4104
This commit is contained in:
@@ -30,7 +30,7 @@ func GetMultiSignCommand(codec *amino.Codec) *cobra.Command {
|
||||
Read signature(s) from [signature] file(s), generate a multisig signature compliant to the
|
||||
multisig key [name], and attach it to the transaction read from [file]. Example:
|
||||
|
||||
gaiacli multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json
|
||||
<appcli> multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json
|
||||
|
||||
If the flag --signature-only flag is on, it outputs a JSON representation
|
||||
of the generated signature only.
|
||||
|
||||
Reference in New Issue
Block a user