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.

26 lines
355 B

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