Skip to content

Commit 66fadc1

Browse files
committed
Fix interface mismatch
1 parent dba3a86 commit 66fadc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/interfaces/ISecurityTokenRegistry.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ interface ISecurityTokenRegistry {
244244
string memory tokenSymbol,
245245
address tokenAddress,
246246
string memory tokenDetails,
247-
uint256 tokenTime,
248-
uint8[] memory tokenVersion
247+
uint256 tokenTime
249248
);
250249

251250
/**

0 commit comments

Comments
 (0)