aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2016-06-07 17:37:35 +0200
committerJonas Schnelli <[email protected]>2016-06-07 17:37:35 +0200
commitae357d5ab940dea5e2640361ae17fd8722a93c9f (patch)
tree39b109bdc164cdc2651ee44edbd3ed3e42bd6154 /src/test/data/bitcoin-util-test.json
parent[bitcoin-tx] allow to set nSequence number over the in= command (diff)
downloaddiscoin-ae357d5ab940dea5e2640361ae17fd8722a93c9f.tar.xz
discoin-ae357d5ab940dea5e2640361ae17fd8722a93c9f.zip
[Bitcoin-Tx] Add tests for sequence number support
Diffstat (limited to 'src/test/data/bitcoin-util-test.json')
-rw-r--r--src/test/data/bitcoin-util-test.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/data/bitcoin-util-test.json b/src/test/data/bitcoin-util-test.json
index 3bf80ca43..5cb383de8 100644
--- a/src/test/data/bitcoin-util-test.json
+++ b/src/test/data/bitcoin-util-test.json
@@ -86,5 +86,18 @@
"outaddr=0.18:13tuJJDR2RgArmgfv6JScSdreahzgc4T6o",
"outdata=54686973204f505f52455455524e207472616e73616374696f6e206f7574707574207761732063726561746564206279206d6f646966696564206372656174657261777472616e73616374696f6e2e"],
"output_cmp": "txcreatedata2.hex"
+ },
+ { "exec": "./bitcoin-tx",
+ "args":
+ ["-create",
+ "in=5897de6bd6027a475eadd57019d4e6872c396d0716c4875a5f1a6fcfdf385c1f:0:4294967293",
+ "outaddr=0.18:13tuJJDR2RgArmgfv6JScSdreahzgc4T6o"],
+ "output_cmp": "txcreatedata_seq0.hex"
+ },
+ { "exec": "./bitcoin-tx",
+ "args":
+ ["01000000011f5c38dfcf6f1a5f5a87c416076d392c87e6d41970d5ad5e477a02d66bde97580000000000fdffffff0180a81201000000001976a9141fc11f39be1729bf973a7ab6a615ca4729d6457488ac00000000",
+ "in=5897de6bd6027a475eadd57019d4e6872c396d0716c4875a5f1a6fcfdf385c1f:0:1"],
+ "output_cmp": "txcreatedata_seq1.hex"
}
]