OSDN Git Service

Add utxo reservation test (#291)
authorLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Thu, 18 Jan 2018 02:02:49 +0000 (10:02 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 18 Jan 2018 02:02:49 +0000 (10:02 +0800)
commit5607f070955c4d80525ac0c770b67589ca2d449a
tree0d38522487f6eb1d8ba64d3ffd95d7caeeee303e
parentc3aa98d6f1984a248430a3de0cbe0cafc9da7972
Add utxo reservation test (#291)

* Add utxo reservation test

- also the missing account deletion test.

* Deprecate resWrapper
blockchain/account/accounts_test.go
blockchain/account/reserve_test.go [new file with mode: 0644]
blockchain/accounts.go
blockchain/txdb/utxo_view.go