Merge pull request #720 from ripple/mDuo13-patch-1

commandline usage: add stand-alone mode link
This commit is contained in:
Rome Reginelli
2019-11-14 16:25:56 -08:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ Ripple Data API v2を使用すると、XRP Ledgerの変更に関する情報
Rippleは可能な限り完全なトランザクションレコードが含まれているData APIのライブインスタンスを以下のアドレスで公開しています。
[**https://data.ripple.com**](https://data.ripple.com)
[**https://data.ripple.com**](https://data.ripple.com)
## 詳細情報

View File

@@ -55,7 +55,7 @@ Daemon mode is the default mode of operation for `rippled`. In addition to the [
rippled --standalone [OPTIONS]
rippled -a [OPTIONS]
```
Run in stand-alone mode. In this mode, `rippled` does not connect to the network or perform consensus. (Otherwise, `rippled` runs in daemon mode.)
Run in [stand-alone mode](rippled-server-modes.html). In this mode, `rippled` does not connect to the network or perform consensus. (Otherwise, `rippled` runs in daemon mode.)
### Initial Ledger Options