clarify requirements
This commit is contained in:
parent
39d1cf69b5
commit
69d1fe2fb1
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
This paper specifies changes to the auth and bank modules to implement vested accounts for the Cosmos Hub.
|
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
|
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,
|
a starting balance X coins and a vesting blocknumber N. The owner of this account should be able to delegate to validators and vote,
|
||||||
but they cannot send their coins to other accounts. Thus, the bank module's MsgSend handler should error if
|
however they cannot send their coins to other accounts until the account has fully vested. Thus, the bank module's MsgSend handler
|
||||||
a vested account is trying to send an amount before block N.
|
should error if a vested account is trying to send an amount before block N.
|
||||||
|
|
||||||
### Implementation
|
### Implementation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue