From fce5f162a1768f19d6a7f456872ef4c8024b285d Mon Sep 17 00:00:00 2001 From: tequ Date: Wed, 27 Sep 2023 10:13:52 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Rome Reginelli --- content/_snippets/data_types/address.ja.md | 4 ++-- content/concepts/accounts/reserves.ja.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_snippets/data_types/address.ja.md b/content/_snippets/data_types/address.ja.md index a6adbadb38..f09ba377d3 100644 --- a/content/_snippets/data_types/address.ja.md +++ b/content/_snippets/data_types/address.ja.md @@ -8,8 +8,8 @@ XRP Ledgerのアカウントは、XRP Ledgerの[base58][]フォーマットの > **注記:** [宛先タグ](source-and-destination-tags.html)をアドレスに「組み込む」**X**アドレス形式もあります。これらのアドレスは`X`(メインネット用)または`T`([テストネットワーク](parallel-networks.html)用)で始まります。取引所とウォレットは、顧客が知る必要のあるすべてのデータを1つの値で表すためにXアドレスを使用できます。詳細については、[Xアドレスフォーマットサイト](https://xrpaddress.info/)と[コーデック](https://github.com/xrp-community/xrpl-tagged-address-codec)をご覧ください > -> XRP Ledgerプロトコルは"クラシック"アドレスのみをネイティブにサポートしていますが、多くの[クライアントライブラリ](client-libraries.html)はXアドレスもサポートしています。 +> XRP Ledgerプロトコルは「クラシック」アドレスのみをネイティブにサポートしていますが、多くの[クライアントライブラリ](client-libraries.html)はXアドレスもサポートしています。 -{% if currentpage.md != "concept-accounts.md" %} +{% if currentpage.md != "addresses.ja.md" %} 詳しくは、[アカウント](accounts.html)と[base58エンコード](base58-encodings.html)をご覧ください。 {% endif %} diff --git a/content/concepts/accounts/reserves.ja.md b/content/concepts/accounts/reserves.ja.md index 4547ad8539..37592854ec 100644 --- a/content/concepts/accounts/reserves.ja.md +++ b/content/concepts/accounts/reserves.ja.md @@ -69,7 +69,7 @@ XRP Ledgerでは、スパムや悪意のある使用によって、共有グロ XRP Ledgerには、準備金要件を調整する仕組みがあります。このような調整は、例えばXRPの価値の長期的な変化、汎用レベルのハードウェアの性能の向上、サーバソフトウェアの実装の効率化などを考慮することができます。いかなる変更も、コンセンサスプロセスによる合意が必要です。詳細は[手数料の投票](fee-voting.html)をご覧ください。 -## See Also +## 関連項目 - [account_objectsメソッド][] - [AccountRootオブジェクト][]