Skip to content

Commit

Permalink
fixed order (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnkshuuhei authored Jan 9, 2024
1 parent 6b667b8 commit ec49505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ abstract contract DonationVotingMerkleDistributionBaseStrategy is Native, BaseSt
/// @notice Submit recipient to pool and set their status.
/// @param _data The data to be decoded.
/// @custom:data if 'useRegistryAnchor' is 'true' (address recipientId, address recipientAddress, Metadata metadata)
/// @custom:data if 'useRegistryAnchor' is 'false' (address recipientAddress, address registryAnchor, Metadata metadata)
/// @custom:data if 'useRegistryAnchor' is 'false' (address registryAnchor, address recipientAddress, Metadata metadata)
/// @param _sender The sender of the transaction
/// @return recipientId The ID of the recipient
function _registerRecipient(bytes memory _data, address _sender)
Expand Down

0 comments on commit ec49505

Please sign in to comment.