OSDN Git Service

add serialize tx test (#1651)
authormuscle_boy <shenao.78@163.com>
Mon, 25 Mar 2019 10:00:32 +0000 (18:00 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 25 Mar 2019 10:00:32 +0000 (18:00 +0800)
commit582cd5fc8f74eb9f095e4307cadd6f9f61645198
tree365e1c39f23a349504fed4ca841d07e8aa54a414
parent6b280668685f8b85d359bbc9cd8878e30448904a
add serialize tx test (#1651)

* add serialize tx test

* format code
protocol/bc/tx_test.go [new file with mode: 0644]
protocol/bc/types/block_commitment_test.go [new file with mode: 0644]
protocol/bc/types/block_test.go
protocol/bc/types/output_commitment_test.go [new file with mode: 0644]
protocol/bc/types/spend_commitment_test.go [new file with mode: 0644]
protocol/bc/types/txoutput_test.go
testutil/hex.go