OSDN Git Service

set password and show tx output address (#591)
authorYongfeng LI <wliyongfeng@gmail.com>
Wed, 11 Apr 2018 13:48:04 +0000 (21:48 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Apr 2018 13:48:04 +0000 (21:48 +0800)
commit6e130176e5ad7826ea92f805960f03ad877a4dc1
tree03fd6236604bb715a9316be7f8b1898902bfafba
parent3407cdab30563846a95fbc8a21d5477d0e0d1b89
set password and show tx output address (#591)

* simplify sign-submit-transaction parameters

* add address to list-transactions output

* add address to transaction inputs

* update dashboard

* correct address for tx inputs and outputs

* remove useless code to get address from db
account/accounts.go
api/block_retrieve.go
api/transact.go
blockchain/query/annotated.go
consensus/segwit/segwit.go
dashboard/dashboard.go
wallet/annotated.go
wallet/indexer.go