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