diff --git a/src/vesting-tokens.md b/src/vesting-tokens.md index fe27fb18..e2d90dcd 100644 --- a/src/vesting-tokens.md +++ b/src/vesting-tokens.md @@ -64,7 +64,7 @@ Using the _vestedTransfer_ extrinsic with _LinearVestingSchedule_ enables the di Parameters: -- **assetId**: The code of the token. +- **assetId**: The token address. - **start**: The number of block in the SORA blockchain. - **period**: Unlock intervals for tokens in recipient wallets, measured in blocks. - **periodCount**: The number of periods, calculated as a percentage of the total amount (divide 100% by the number of periods).