I changed node key and tried to get all messages from last 10 blocks. First checked block B1 was taken from get_me response from previous_block_time field. There were no messages.
The second block was previous to block B1. For this block I obtained message list using get_message_list. I checked first message from list using get_message function. I received an error Incorrect transaction type.
I changed node key and tried to get all messages from last 10 blocks. First checked block B1 was taken from
get_me
response fromprevious_block_time
field. There were no messages. The second block was previous to block B1. For this block I obtained message list usingget_message_list
. I checked first message from list usingget_message
function. I received an errorIncorrect transaction type
.Error was repeated.