Skip to content

Queue milestone tx for retry if bundle incomplete

Andreas C. Osowski requested to merge alfredch:master into master

Created by: alfredch

Often, the bundle information is not available when the function 'updateLatestMilestone()' is called and a higher milestone index is found. When the function is called again in 5000 ms by the updater thread, the bundle is complete and the index update is possible. Without this fix, a new milestone is evaluated a 2nd time.

Merge request reports