github.com/vipernet-xyz/tm@v0.34.24/abci/tests/test_cli/ex2.abci.out (about)

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