NFT: correctly update transfer fee for ⅒bps.

This commit is contained in:
mDuo13
2022-10-17 16:19:11 -07:00
parent 7fb918015f
commit a14d65d821
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ status: not_enabled
### 例 ### 例
この値では、転送手数料は314bps3.14に設定されます。 この値では、転送手数料は31.4bps0.314に設定されます。
![送金手数料](img/nftokenb.png "送金手数料") ![送金手数料](img/nftokenb.png "送金手数料")

View File

@@ -68,12 +68,12 @@ The example sets three flags: `lsfBurnable` (`0x0001`), `lsfOnlyXRP` (`0x0002`),
### TransferFee ### TransferFee
The `TransferFee` value specifies the percentage fee, in units of 1/10,000, charged by the issuer for secondary sales of the token. Valid values for this field are between 0 and 50,000, inclusive. A value of 1 is equivalent to 1 basis point (bps) or 0.01%, allowing transfer rates between 0% and 50%. The `TransferFee` value specifies the percentage fee, in units of 1/10,000, charged by the issuer for secondary sales of the token. Valid values for this field are between 0 and 50,000, inclusive. A value of 1 is equivalent to 0.001% or 1/10 of a basis point (bps), allowing transfer rates between 0% and 50%.
### Example ### Example
This value sets the transfer fee to 314, or 3.14%. This value sets the transfer fee to 314, or 0.314%.
![Transfer Fee](img/nftokenb.png "Transfer Fee") ![Transfer Fee](img/nftokenb.png "Transfer Fee")