OSDN Git Service

fix bug for wrong utxo balance on wallet model (#1285)
authorPaladz <yzhu101@uottawa.ca>
Tue, 28 Aug 2018 02:24:25 +0000 (10:24 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 02:24:25 +0000 (10:24 +0800)
commit39b639945b84f0bc0da0057ac8918cf41f50a09c
tree829d444a2a22ec123f2f8c4425d456cf8fdf1862
parent309359ca6e0375e6bdfe0d0715ff2b25dbbedbe5
fix bug for wrong utxo balance on wallet model (#1285)

* fix bug for wrong utxo balance on wallet model

* clean the code

* detach utxo should in the reverse order

* fix the code format

* clear teh error message
blockchain/txbuilder/finalize.go
wallet/utxo.go