File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
concordium-consensus/src/Concordium/GlobalState/Persistent Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2798,8 +2798,8 @@ doMint pbs mint = do
2798
2798
bspBank bsp
2799
2799
& unhashed
2800
2800
%~ (Rewards. totalGTU +~ mintTotal mint)
2801
- . (Rewards. bakingRewardAccount +~ mintBakingReward mint)
2802
- . (Rewards. finalizationRewardAccount +~ mintFinalizationReward mint)
2801
+ . (Rewards. bakingRewardAccount +~ mintBakingReward mint)
2802
+ . (Rewards. finalizationRewardAccount +~ mintFinalizationReward mint)
2803
2803
let updAcc = addAccountAmount $ mintDevelopmentCharge mint
2804
2804
foundationAccount <- (^. cpFoundationAccount) <$> lookupCurrentParameters (bspUpdates bsp)
2805
2805
newAccounts <- Accounts. updateAccountsAtIndex' updAcc foundationAccount (bspAccounts bsp)
You can’t perform that action at this time.
0 commit comments