OSDN Git Service

Small edit (#241)
authorPaladz <yzhu101@uottawa.ca>
Thu, 4 Jul 2019 05:44:32 +0000 (13:44 +0800)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2019 05:44:32 +0000 (13:44 +0800)
commitf30b7541256e6a7f6f875994cb08edf3bddab93c
tree773711c8d9a47da92d4338093432084bfefc7913
parent94ffe408f68d354070374ef01b5c1578b79d2cd9
Small edit (#241)

* check the accesstoken folder

* remove unused testutil/expect.go

* remove testutil/parameter.go

* small changes

* hash without vaule

* remove the duplicate value in crosschain input

* delete unused file
27 files changed:
accesstoken/accesstoken.go
accesstoken/accesstoken_test.go
account/accounts_test.go
blockchain/txbuilder/txbuilder_test.go
common/bit_map.go [deleted file]
protocol/bc/bc.pb.go
protocol/bc/bc.proto
protocol/bc/crosschain_input.go
protocol/bc/types/block.go
protocol/bc/types/block_header.go
protocol/bc/types/block_witness.go
protocol/bc/types/block_witness_test.go
protocol/bc/types/crosschain_input.go
protocol/bc/types/map.go
protocol/bc/types/output_commitment.go
protocol/bc/types/output_commitment_test.go
protocol/bc/types/txinput.go
protocol/bc/types/txinput_test.go
protocol/bc/types/txoutput.go
protocol/bc/types/txoutput_test.go
protocol/bc/types/vote_output.go [moved from protocol/bc/types/vote_txoutput.go with 73% similarity]
protocol/state/vote_result.go
protocol/validation/tx.go
protocol/validation/vmcontext.go
testutil/expect.go [deleted file]
testutil/parameter.go [deleted file]
wallet/utxo_test.go