From d42678b96f5b62cf56a554612f1cc054df70694f Mon Sep 17 00:00:00 2001 From: tequ Date: Thu, 21 Mar 2024 12:03:53 +0900 Subject: [PATCH] [JA] update AMMVote TradingFee field --- @i18n/ja/docs/references/protocol/transactions/types/ammvote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md b/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md index b96d267759..c6fbb2fdf8 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md +++ b/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md @@ -40,7 +40,7 @@ _([AMM amendment][] {% not-enabled /%}が必要です。)_ |:-------------|:-----------|:-----------|:-----|:------------| | `Asset` | オブジェクト | STIssue | はい | AMMのプールにある資産の一つを定義します。JSONでは、`currency`と`issuer`フィールドを持つオブジェクトになります(XRPの場合は`issuer`を省略します)。 | | `Asset2` | オブジェクト | STIssue | はい | AMMのプールにあるもう一つの資産を定義します。JSONでは、`currency`と`issuer`フィールドを持つオブジェクトになります(XRPの場合は`issuer`を省略します)。| -| `TradingFee` | 数値 | UInt16 | はい | 投票に必要な手数料を1/100,000の単位で指定します。最大値は1000で、1%の手数料を表します。 | +| `TradingFee` | 数値 | UInt16 | はい | 投票に必要な手数料を1/100,000の単位で指定します。値1は0.001%を表します。最大値は1000で、1%の手数料を表します。 | ## エラーケース