Skip to content

Commit e2a84ca

Browse files
committed
minor fix
1 parent 380adca commit e2a84ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/SecurityTokenRegistry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ contract SecurityTokenRegistry is ISecurityTokenRegistry, EternalStorage {
515515
return token;
516516
}
517517
}
518-
return token;
518+
return address(0);
519519
}
520520

521521
/**

0 commit comments

Comments
 (0)