mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
corrected an arithmetic error
This commit is contained in:
parent
d9a7648d36
commit
2805bb8364
@ -2511,7 +2511,7 @@ public class Block {
|
|||||||
= new BlockRewardCandidate("Minter Admins", minterAdminShare, minterAdminDistributor);
|
= new BlockRewardCandidate("Minter Admins", minterAdminShare, minterAdminDistributor);
|
||||||
rewardCandidates.add(minterAdminRewardCandidate);
|
rewardCandidates.add(minterAdminRewardCandidate);
|
||||||
|
|
||||||
totalShares -= minterAdminShare;
|
totalShares += minterAdminShare;
|
||||||
|
|
||||||
LOGGER.info("MINTER ADMIN SHARE: {}",minterAdminShare);
|
LOGGER.info("MINTER ADMIN SHARE: {}",minterAdminShare);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user