OSDN Git Service

fix transaction API response json format and bytomcli API (#446)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Wed, 21 Mar 2018 06:05:57 +0000 (14:05 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 21 Mar 2018 06:05:57 +0000 (14:05 +0800)
commit68b42b31b230ebdb8f33b3a49f20993604facf03
tree2c9a8395d8c11b92554e55bbc2b4e47b17e330b0
parentb01dbbcadebfa9d15f6cbc67ba5b925c399cd286
fix transaction API response json format and bytomcli API (#446)

* standard transaction reserve utxo filter out contract utxo

* add interface get-transaction
motify response json name

* modify json name for api

* fix transaction API response json format

* bytomcli add get-block

* retired xprv
blockchain/hsm.go
blockchain/transact.go
cmd/bytomcli/commands/block.go
cmd/bytomcli/commands/bytomcli.go