You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
420 B

  1. > set_option serial on
  2. -> code: OK
  3. > check_tx 0x00
  4. -> code: OK
  5. > check_tx 0xff
  6. -> code: OK
  7. > deliver_tx 0x00
  8. -> code: OK
  9. > check_tx 0x00
  10. -> code: BadNonce
  11. -> log: Invalid nonce. Expected >= 1, got 0
  12. > deliver_tx 0x01
  13. -> code: OK
  14. > deliver_tx 0x04
  15. -> code: BadNonce
  16. -> log: Invalid nonce. Expected 2, got 4
  17. > info
  18. -> code: OK
  19. -> data: {"hashes":0,"txs":2}
  20. -> data.hex: 0x7B22686173686573223A302C22747873223A327D