Browse Source

fix tutorial output to remove code msg

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
f00a19eaad
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_cli/ex2.abci.out

+ 2
- 2
tests/test_cli/ex2.abci.out View File

@ -11,14 +11,14 @@
-> code: OK
> check_tx 0x00
-> code: BadNonce
-> code: 2
-> log: Invalid nonce. Expected >= 1, got 0
> deliver_tx 0x01
-> code: OK
> deliver_tx 0x04
-> code: BadNonce
-> code: 2
-> log: Invalid nonce. Expected 2, got 4
> info


Loading…
Cancel
Save