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.

29 lines
454 B

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