cannot get broadcast message
Closed this issue · 1 comments
PawelPodkalicki commented
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 get_broadcast 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
Try "from" value with a block time in hex format. @PawelPodkalicki