adshares / ads

ADS Blockchain
Other
21 stars 4 forks source link

error "Incorrect transaction type" for get_message after change node key #116

Closed PawelPodkalicki closed 6 years ago

PawelPodkalicki commented 6 years ago

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.

Error was repeated.

PawelPodkalicki commented 6 years ago

Present in fa66c9bed34603160629ffb65fdd06fe38639d29

PawelPodkalicki commented 6 years ago

Fixed