Skip to content

Commit

Permalink
Update DataTokenTemplate.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Oct 1, 2020
1 parent 038a558 commit 7c52c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/templates/DataTokenTemplate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract DataTokenTemplate is IERC20Template, ERC20 {
address indexed consumer,
uint256 amount,
uint256 serviceId,
uint256 startedAt,
uint256 timestamp,
address indexed mrktFeeCollector,
uint256 marketFee
);
Expand All @@ -45,7 +45,7 @@ contract DataTokenTemplate is IERC20Template, ERC20 {
uint256 amount,
uint256 serviceId,
address indexed provider,
uint256 stoppedAt
uint256 timestamp
);

event MinterProposed(
Expand Down

0 comments on commit 7c52c8b

Please sign in to comment.