OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / abci / tests / test_cli / ex2.abci.out
diff --git a/vendor/github.com/tendermint/abci/tests/test_cli/ex2.abci.out b/vendor/github.com/tendermint/abci/tests/test_cli/ex2.abci.out
deleted file mode 100644 (file)
index 40e10f8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-> set_option serial on
--> code: OK
-
-> check_tx 0x00
--> code: OK
-
-> check_tx 0xff
--> code: OK
-
-> deliver_tx 0x00
--> code: OK
-
-> check_tx 0x00
--> code: BadNonce
--> log: Invalid nonce. Expected >= 1, got 0
-
-> deliver_tx 0x01
--> code: OK
-
-> deliver_tx 0x04
--> code: BadNonce
--> log: Invalid nonce. Expected 2, got 4
-
-> info 
--> code: OK
--> data: {"hashes":0,"txs":2}
--> data.hex: 0x7B22686173686573223A302C22747873223A327D
-