OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / test / testdata / chain_tests / ct_rollback.json
diff --git a/test/testdata/chain_tests/ct_rollback.json b/test/testdata/chain_tests/ct_rollback.json
deleted file mode 100644 (file)
index f3178d0..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-{
-  "rollback": 104,
-  "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": 102, "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": 0},
-            {"height": 4, "tx_index": 0, "output_index": 0}
-          ],
-          "outputs": [3000000000, 10000000, 3000000000]
-        }
-      ]
-    },
-    {
-      "transactions": [
-        {
-          "inputs": [
-            {"height": 106, "tx_index": 1, "output_index": 0},
-            {"height": 106, "tx_index": 2, "output_index": 0},
-            {"height": 106, "tx_index": 2, "output_index": 2}
-          ],
-          "outputs": [3000000000, 10000000, 3000000000]
-        },
-        {
-          "inputs": [
-            {"height": 107, "tx_index": 1, "output_index": 0},
-            {"height": 107, "tx_index": 1, "output_index": 2},
-            {"height": 5, "tx_index": 0, "output_index": 0}
-          ],
-          "outputs": [3000000000, 10000000, 3000000000]
-        },
-        {
-          "inputs": [
-            {"height": 107, "tx_index": 2, "output_index": 0},
-            {"height": 107, "tx_index": 1, "output_index": 1},
-            {"height": 6, "tx_index": 0, "output_index": 0}
-          ],
-          "outputs": [3000000000, 10000000, 3000000000]
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file