Skip to content

Commit

Permalink
Fix interface mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Jun 21, 2019
1 parent dba3a86 commit 66fadc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/interfaces/ISecurityTokenRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ interface ISecurityTokenRegistry {
string memory tokenSymbol,
address tokenAddress,
string memory tokenDetails,
uint256 tokenTime,
uint8[] memory tokenVersion
uint256 tokenTime
);

/**
Expand Down

0 comments on commit 66fadc1

Please sign in to comment.