Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: overflow of target difficulty (#5493)
Description --- The target difficulty overflow over u64 could happen and it would produce only module by u64. Now it returns u64::MAX if it's over. Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information