From 68f869a24d358d442ac80dc842b3f38983ddac6c Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 23 Oct 2018 18:15:23 -0700 Subject: [PATCH] s/number/weight/ --- docs/sdk/clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/clients.md b/docs/sdk/clients.md index f9226947db..4703c49218 100644 --- a/docs/sdk/clients.md +++ b/docs/sdk/clients.md @@ -82,7 +82,7 @@ You can generate and print a multisig public key by typing: gaiacli show -m K key1 key2...keyK ``` -`K` is the minimum number of private keys that must have signed the transactions that carry the generated public key. +`K` is the minimum weight, e.g. minimum number of private keys that must have signed the transactions that carry the generated public key. ### Account