OSDN Git Service

stand tx is eveywhere (#298)
authorPaladz <yzhu101@uottawa.ca>
Thu, 18 Jan 2018 01:59:10 +0000 (09:59 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 01:59:10 +0000 (09:59 +0800)
commit2dde81a1857f2dd9e1e7413ad0efe681966e685f
tree5e43e5dd96f064b68594c6d6dc76857c75f21f2b
parent0b30ca887ffd6abe3941caa89a9f1afd57cc9143
stand tx is eveywhere (#298)

* stand tx is eveywhere

* add unit test
17 files changed:
blockchain/account/accounts.go
blockchain/account/builder.go
blockchain/account/receivers.go
blockchain/account/receivers_test.go
blockchain/control_programs.go [deleted file]
blockchain/receivers.go
blockchain/rpc_reactor.go
blockchain/txbuilder/actions.go
blockchain/txbuilder/types.go
cmd/bytomcli/commands/account.go
cmd/bytomcli/commands/bytomcli.go
mining/mining.go
protocol/patricia/patricia.go [deleted file]
protocol/patricia/patricia_test.go [deleted file]
protocol/state/utxo_view.go
protocol/state/utxo_view_test.go
protocol/vm/vmutil/script.go