We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085fdd commit 59a5c4fCopy full SHA for 59a5c4f
contracts/sfc/SFCLib.sol
@@ -346,7 +346,7 @@ contract SFCLib is SFCBase {
346
}
347
348
349
- function _stashRewards(address delegator, uint256 toValidatorID) internal returns (bool) {
+ function _stashRewards(address delegator, uint256 toValidatorID) internal returns (bool updated) {
350
uint256 nonStashedReward = _newRewards(delegator, toValidatorID);
351
if (nonStashedReward == 0) {
352
return false;
0 commit comments