Skip to content

Commit 990ee7c

Browse files
committed
📚 add space
1 parent 15ee16c commit 990ee7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/StakingRewardsV2.sol

+1
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ contract StakingRewardsV2 is
374374
kwenta.transfer(address(rewardEscrow), reward);
375375
rewardEscrow.appendVestingEntry(_to, reward);
376376
}
377+
377378
uint256 rewardUSDC = rewardsUSDC[_account] / PRECISION;
378379
if (rewardUSDC > 0) {
379380
// update state (first)

0 commit comments

Comments
 (0)