Skip to content

Commit

Permalink
feat: change creator
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Jan 10, 2024
1 parent 23eed15 commit a56c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DistributionCreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ import { RewardTokenAmounts } from "./struct/RewardTokenAmounts.sol";
struct CampaignParameters {
// Populated once created
bytes32 campaignId;
address creator;
// Chosen by campaign creator
address creator;
address rewardToken;
uint256 amount;
uint32 campaignType;
Expand Down

0 comments on commit a56c166

Please sign in to comment.