scope require comment, natspec, update diffs (no change)
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
dfbd1be6ab
commit
75cf27d7d4
6 changed files with 39 additions and 19 deletions
|
@ -89,8 +89,3 @@
|
|||
---
|
||||
> staking = TornadoStakingRewards(_staking);
|
||||
> feeManager = IFeeManager(_feeManager);
|
||||
324c384
|
||||
< }
|
||||
\ No newline at end of file
|
||||
---
|
||||
> }
|
||||
|
|
|
@ -21,8 +21,3 @@
|
|||
< relayerRegistry = resolve(_relayerRegistry);
|
||||
---
|
||||
> relayerRegistry = _relayerRegistry;
|
||||
133c143
|
||||
< }
|
||||
\ No newline at end of file
|
||||
---
|
||||
> }
|
||||
|
|
|
@ -321,4 +321,4 @@ contract RelayerRegistry is Initializable, EnsResolve {
|
|||
function getRelayerBalance(address relayer) external view returns (uint256) {
|
||||
return relayers[workers[relayer]].balance;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -130,4 +130,4 @@ contract TornadoStakingRewards is Initializable, EnsResolve {
|
|||
rewards = (accumulatedRewardPerTorn.sub(accumulatedRewardRateOnLastUpdate[account])).mul(amountLocked).div(ratioConstant);
|
||||
rewards = rewards.add(accumulatedRewards[account]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue