OSDN Git Service

Hulk did something
[bytom/vapor.git] / test / testdata / chain_tests / ct_normal.json
diff --git a/test/testdata/chain_tests/ct_normal.json b/test/testdata/chain_tests/ct_normal.json
new file mode 100644 (file)
index 0000000..272db05
--- /dev/null
@@ -0,0 +1,46 @@
+{
+  "blocks": [
+    {
+      "append": 100
+    },
+    {
+      "transactions": [
+        {
+          "inputs": [
+            {"height": 1, "tx_index": 0, "output_index": 0}
+          ],
+          "outputs": [3000000000, 10000000, 3000000000]
+        }
+      ],
+      "append": 2
+    },
+    {
+      "transactions": [
+        {
+          "inputs": [
+            {"height": 2, "tx_index": 0, "output_index": 0}
+          ],
+          "outputs": [3000000000, 10000000, 3000000000]
+        }
+      ]
+    },
+    {
+      "transactions": [
+        {
+          "inputs": [
+            {"height": 105, "tx_index": 1, "output_index": 0},
+            {"height": 3, "tx_index": 0, "output_index": 0}
+          ],
+          "outputs": [3000000000, 10000000, 3000000000]
+        },
+        {
+          "inputs": [
+            {"height": 105, "tx_index": 1, "output_index": 2},
+            {"height": 4, "tx_index": 0, "output_index": 0}
+          ],
+          "outputs": [3000000000, 10000000, 3000000000]
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file