Closed PawelPodkalicki closed 6 years ago
Type empty
is correct. Invalid message length will be fixed.
Reason of invalid message is that message length takes 3 bytes, but is presented as 4 bytes value. Redundant byte has random data, what results in a bug.
message_length
was deleted #123
During get_message tests I got messages with transaction of type
empty
. Is it correct type?Response for
get_message
Please, note that message length for transaction changes. First response for
get_transaction
0002:0000007B:0001Second response for
get_transaction
0002:0000007B:0001Difference is in:
network_tx.hexstring
,txn.message_length
.