mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
[JA] fix snippets path
This commit is contained in:
@@ -18,7 +18,7 @@ rippled APIを使用した`rippled`サーバーとの通信について詳しく
|
||||
|
||||
`rippled`は、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、`rippled.cfg`ファイルを編集すれば、設定を変更できます。推奨される構成設定については、[容量の計画](../infrastructure/installation/capacity-planning.md)を参照してください。
|
||||
|
||||
{% partial file="/docs/_snippets/conf-file-location.md" /%}
|
||||
{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%}
|
||||
|
||||
すべての構成オプションの説明については、[`rippled` GitHubリポジトリー](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg)を参照してください。
|
||||
|
||||
|
||||
3
@i18n/ja/docs/_snippets/pseudo-tx-fields-intro.md
Normal file
3
@i18n/ja/docs/_snippets/pseudo-tx-fields-intro.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## {% $frontmatter.seo.title %} フィールド
|
||||
|
||||
[共通フィールド][../references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md]に加えて、{% $frontmatter.seo.title %}擬似トランザクションは以下のフィールドを使用します。
|
||||
1
@i18n/ja/docs/_snippets/public-signing-note.md
Normal file
1
@i18n/ja/docs/_snippets/public-signing-note.md
Normal file
@@ -0,0 +1 @@
|
||||
_デフォルトでは、このメソッドは[管理者専用](../references/http-websocket-apis/admin-api-methods/index.md)です。サーバ管理者が[パブリック署名を有効にしている](../infrastructure/configuration/enable-public-signing.md)場合、パブリックメソッドとして使用できます_。
|
||||
3
@i18n/ja/docs/_snippets/secret-key-warning.md
Normal file
3
@i18n/ja/docs/_snippets/secret-key-warning.md
Normal file
@@ -0,0 +1,3 @@
|
||||
{% admonition type="warning" name="注意" %}
|
||||
自分が管理していないサーバに秘密鍵を送信しないでください。暗号化されていない秘密鍵をネットワーク経由で送信しないでください。
|
||||
{% /admonition %}
|
||||
3
@i18n/ja/docs/_snippets/tutorial-submit-step.md
Normal file
3
@i18n/ja/docs/_snippets/tutorial-submit-step.md
Normal file
@@ -0,0 +1,3 @@
|
||||
前のステップで署名したトランザクションblobを`rippled`サーバに送信します。これは`rippled`サーバを実行していなくても安全にできます。レスポンスには仮の結果が含まれ、それは`tesSUCCESS`であるべきですが、この結果は[通常は最終的なものではありません](../concepts/transactions/finality-of-results/index.md)。[キューに入れられたトランザクション](../concepts/transactions/transaction-cost.md#queued-transactions)は通常、次のオープンレジャーのバージョンに含まれるからです(通常、送信から約10秒後となります)。
|
||||
|
||||
**ヒント:** 仮の結果が `tefMAX_LEDGER` であった場合、そのトランザクションの`LastLedgerSequence`パラメータが現在のレジャー番号よりも低いため、そのトランザクションが失敗しています。これは、トランザクション情報を準備してから送信するまでに、予想されるレジャーのバージョン数よりも長くかかった場合に起こります。このような場合は、`LastLedgerSequence`の値を大きくしてステップ1からやり直してください。
|
||||
Reference in New Issue
Block a user