Modify PENDING.md for #2105

This commit is contained in:
youjing 2018-08-21 20:23:53 +08:00
parent 517682f17c
commit e04e52451b
1 changed files with 1 additions and 0 deletions

View File

@ -105,3 +105,4 @@ BUG FIXES
* \#1787 Fixed bug where Tally fails due to revoked/unbonding validator
* [basecoin] Fixes coin transaction failure and account query [discussion](https://forum.cosmos.network/t/unmarshalbinarybare-expected-to-read-prefix-bytes-75fbfab8-since-it-is-registered-concrete-but-got-0a141dfa/664/6)
* [cli] \#1997 Handle panics gracefully when `gaiacli stake {delegation,unbond}` fail to unmarshal delegation.
* \#2105 Fix DB Iterator leak, which may leak a go routine.