OSDN Git Service

Hulk did something
[bytom/vapor.git] / test / testdata / chain_tests / ct_double_spend.json
1 {
2   "blocks": [
3     {
4       "append": 100
5     },
6     {
7       "transactions": [
8         {
9           "inputs": [
10             {"height": 1, "tx_index": 0, "output_index": 0}
11           ],
12           "outputs": [3000000000, 10000000, 3000000000]
13         }
14       ],
15       "append": 2
16     },
17     {
18       "transactions": [
19         {
20           "inputs": [
21             {"height": 2, "tx_index": 0, "output_index": 0}
22           ],
23           "outputs": [3000000000, 10000000, 3000000000]
24         },
25             {
26           "inputs": [
27             {"height": 105, "tx_index": 1, "output_index": 0},
28             {"height": 3, "tx_index": 0, "output_index": 0}
29           ],
30           "outputs": [3000000000, 10000000, 3000000000]
31         }
32       ]
33     },
34     {
35       "transactions": [
36         {
37           "inputs": [
38             {"height": 105, "tx_index": 1, "output_index": 0},
39             {"height": 4, "tx_index": 0, "output_index": 0}
40           ],
41           "outputs": [3000000000, 10000000, 3000000000]
42         }
43       ],
44       "invalid": true
45     }
46   ]
47 }