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.

22 lines
346 B

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