adshares / ads

ADS Blockchain
Other
21 stars 4 forks source link

[CLOSED] cannot get broadcast message #39

Closed m-pilarczyk closed 6 years ago

m-pilarczyk commented 6 years ago

Issue by PawelPodkalicki Thursday May 17, 2018 at 16:10 GMT Originally opened as https://github.com/adshares/esc/issues/35


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.

m-pilarczyk commented 6 years ago

Comment by jzemlo Monday May 21, 2018 at 16:30 GMT


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