Closed NateWilliams2 closed 2 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
urlapi/entity.go | 3 | 4 | 75.0% | ||
<!-- | Total: | 3 | 4 | 75.0% | --> |
Totals | |
---|---|
Change from base Build 1792031849: | 0.06% |
Covered Lines: | 1890 |
Relevant Lines: | 3393 |
This pr fixed a bug where occasionally, in testing, a process would be created in the very near future. This would cause the
startBlock
to be non-zero but very close to the vochain block height, which could result in an error.Now, the
startBlock
is simply set to zero so the process starts immediately.