Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Jan 15, 2020
1 parent 3a83a47 commit 105319d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/procedures/ReserveSecurityToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ import { findEvents } from '../utils';
const { bigNumberToDate } = conversionUtils;

/**
* - Procedure that reserve the token ticker to an specific owner
* Procedure that reserves a token ticker (symbol) to be used later on to launch a Security Token
*
* ***Note once the token ticker is registered to its owner then no other issuer can claim its ownership***
* ***Note if the ticker expires and its issuer hasn't used it, then someone else can take it***
* ***Note if the Reservation expires and the corresponding Security Token hasn't been launched yet, another issuer can reserve the same ticker***
*/
export class ReserveSecurityToken extends Procedure<
ReserveSecurityTokenProcedureArgs,
Expand All @@ -31,7 +30,7 @@ export class ReserveSecurityToken extends Procedure<
public type = ProcedureType.ReserveSecurityToken;

/**
* - Reserve a new ticker
* Reserve a new ticker
*
* Note that this procedure will fail if ticker has already been registered
*/
Expand Down

0 comments on commit 105319d

Please sign in to comment.