Remove bignum.h #74
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/monacoin!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "remove_bignum"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In 0.20.0, openssl dependency will be removed, so remove the bignum.h file first.
After compiling, the checkpoint is removed and mainnet and testnet are successfully synchronized.
Attention: This pull request is for
junkey-dev-0.18@ -33,8 +31,8 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlocint64_t PastRateActualSeconds = 0;tab? You're better off with space.
@ -33,8 +31,8 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlocint64_t PastRateActualSeconds = 0;oh......sorry. solved
@ -33,8 +31,8 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlocint64_t PastRateActualSeconds = 0;It's easy
arith_uint256()instead ofbnTarget英語に自信が無いので日本語で
arith_uint256型で定義したbnTargetと言う変数に入れてから計算していますが、今まで(CBigNum())のようにarith_uint256()を使っては如何でしょうか?
その方が行数と変数が減ります。
example
arith_uint256().SetCompact(BlockReading->nBits)@ -33,8 +31,8 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlocint64_t PastRateActualSeconds = 0;Fixed. Thanks.
kgwdgw部分も含めてちゃんと通過したので問題なさそうです。確かにこっちの方が分かりやすい。