From 382e5021b24c2dd3faeefef30959d8db7b087e8a Mon Sep 17 00:00:00 2001 From: Jonathan Gimeno Date: Wed, 11 Mar 2020 18:06:39 +0100 Subject: [PATCH] update cli documentation distribution --- x/distribution/client/cli/tx.go | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/x/distribution/client/cli/tx.go b/x/distribution/client/cli/tx.go index 12baebcf0..35d12391d 100644 --- a/x/distribution/client/cli/tx.go +++ b/x/distribution/client/cli/tx.go @@ -220,18 +220,8 @@ Where proposal.json contains: "title": "Community Pool Spend", "description": "Pay me some Atoms!", "recipient": "cosmos1s5afhd6gxevu37mkqcvvsj8qeylhn0rz46zdlq", - "amount": [ - { - "denom": "stake", - "amount": "10000" - } - ], - "deposit": [ - { - "denom": "stake", - "amount": "10000" - } - ] + "amount": "1000stake", + "deposit": "1000stake" } `, version.ClientName,