From 69d1fe2fb18c0e6181a6ead92f3f9e031a6f688d Mon Sep 17 00:00:00 2001 From: Aditya Sripal Date: Sun, 29 Jul 2018 19:33:17 -0700 Subject: [PATCH] clarify requirements --- docs/spec/auth/vesting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spec/auth/vesting.md b/docs/spec/auth/vesting.md index 3a3ef07e8..c188f3f64 100644 --- a/docs/spec/auth/vesting.md +++ b/docs/spec/auth/vesting.md @@ -4,9 +4,9 @@ This paper specifies changes to the auth and bank modules to implement vested accounts for the Cosmos Hub. The requirements for this vested account is that it should be capable of being initialized during genesis with -a starting balance X coins and a vesting blocknumber N. The owner of this account should be able to delegate to validators, -but they cannot send their coins to other accounts. Thus, the bank module's MsgSend handler should error if -a vested account is trying to send an amount before block N. +a starting balance X coins and a vesting blocknumber N. The owner of this account should be able to delegate to validators and vote, +however they cannot send their coins to other accounts until the account has fully vested. Thus, the bank module's MsgSend handler +should error if a vested account is trying to send an amount before block N. ### Implementation