Skip to content

Commit

Permalink
Fix beneficiary mispelling in IServiceNodeContribution
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Rhinelander <[email protected]>
  • Loading branch information
Doy-lee and jagerman authored Oct 4, 2024
1 parent 71b1fc5 commit 1cc8708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IServiceNodeContribution.sol
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ interface IServiceNodeContribution {
IServiceNodeRewards.ServiceNodeParams memory params,
IServiceNodeRewards.ReservedContributor[] memory reserved,
bool _manualFinalize,
BeneficiaryData memory benficiaryData,
BeneficiaryData memory beneficiaryData,
uint256 amount) external;

/// @notice Helper function that updates the fee, reserved contributors,
Expand Down

0 comments on commit 1cc8708

Please sign in to comment.