Skip to content

Commit

Permalink
No function overloading
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk-dev committed Oct 30, 2023
1 parent d81904b commit 30907f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bonding/BondingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ contract BondingManager is ManagerProxyTarget, IBondingManager {
* @notice Mint token rewards for an active transcoder and its delegators
* @param _transcoder Address of the transcoder to call reward as
*/
function reward(address _transcoder) external {
function rewardAs(address _transcoder) external {
rewardWithHint(_transcoder, address(0), address(0));
}

Expand Down

0 comments on commit 30907f3

Please sign in to comment.