ledger_accept (JA): change "Ledger Sequence"→"Ledger Index"

This commit is contained in:
Rome Reginelli
2020-01-17 15:40:04 -08:00
committed by GitHub
parent f27bc6a513
commit 438dc8db8a

View File

@@ -49,7 +49,7 @@ rippled ledger_accept
| `Field` | 型 | 説明 |
|:-----------------------|:-----------------|:---------------------------------|
| `ledger_current_index` | 符号なし整数 | 新規に作成される「現行」レジャーのシーケンス番号 |
| `ledger_current_index` | 符号なし整数 | 新規に作成される「現行」レジャーインデックス |
**注記:** レジャーを閉鎖すると、`rippled`がそのレジャーのトランザクションの正規順序を決定してリプレイします。これにより、以前に現行レジャーに暫定的に適用されていたトランザクションの結果が変化することがあります。