inc'd feedback

This commit is contained in:
Jennifer Hasegawa
2019-01-30 21:26:13 -08:00
parent f6fc7bbfb0
commit ae75451d5a
2 changed files with 21 additions and 7 deletions

View File

@@ -154,10 +154,22 @@ This is not strictly a problem, but if you want to acquire ledger history faster
s2.ripple.com 51235
```
## Potential Censorship
The transaction censorship detector issues log messages when it detects potential transaction censorship. For more information about the detector and these log messages, see [Transaction Censorship Detection](transaction-censorship-detection.html).
Log messages such as the following are issued when the XRP Ledger detects potential transaction censorship. For more information about these log messages and the transaction censorship detector, see [Transaction Censorship Detection](transaction-censorship-detection.html).
**Warning Message**
```text
LedgerConsensus:WRN Potential Censorship: Eligible tx E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7, which we are tracking since ledger 18851530 has not been included as of ledger 18851545.
```
**Error Message**
```text
LedgerConsensus:ERR Potential Censorship: Eligible tx E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7, which we are tracking since ledger 18851530 has not been included as of ledger 18851605. Additional warnings suppressed.
```
<!--{# common link defs #}-->