Little fix deposit tx

This commit is contained in:
gamarin 2018-02-28 15:15:10 +01:00
parent 0012f42057
commit 66c89143be
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ upon receiving txGovDeposit from sender do
store(ValidatorGovInfos, <proposalID>:<validator.PubKey>, validatorGovInfo)
ProposalProcessingQueue.push(txGovDeposit.ProposalID)
store(Proposals, <txGovVote.ProposalID>, proposal)
```
### Claim deposit