Skip to content

Commit

Permalink
Merge pull request #827 from JoinColony/fix/undo-event-change
Browse files Browse the repository at this point in the history
Revert PayoutClaimed event totally
  • Loading branch information
kronosapiens authored Mar 31, 2020
2 parents ec92f86 + 774ec84 commit 2aa7707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ColonyDataTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ contract ColonyDataTypes {
/// @param fundingPotId Id of the funding pot where payout comes from
/// @param token Token of the payout claim
/// @param amount Amount of the payout claimed, after network fee was deducted
event PayoutClaimed(uint256 indexed fundingPotId, address indexed token, uint256 amount);
event PayoutClaimed(uint256 indexed fundingPotId, address token, uint256 amount);

/// @notice Event logged when a task has been canceled
/// @param taskId Id of the canceled task
Expand Down

0 comments on commit 2aa7707

Please sign in to comment.