adshares / esc

enterprise service chain
11 stars 1 forks source link

cannot get broadcast message #35

Closed PawelPodkalicki closed 6 years ago

PawelPodkalicki commented 6 years ago

In standard test network (3x3, shortened block time) broadcast message "0102030405" was successfully sent by user 0001-00000000-XXXX, but could not be read.

After sending message, function _getbroadcast was called every 5 seconds for about 2 mins (4 block times). As from parameter were used value of "0" and values from broadcast function response - current_block_time, previous_block_time, account.time

Full log is available in __20180517_1742_logs_no_broadcast_msg.zip__ archive.

jzemlo commented 6 years ago

Try "from" value with a block time in hex format. @PawelPodkalicki