Typo fix: Mode doc - RLP should be client (#8283)

This commit is contained in:
Wei Tang 2018-03-31 21:41:53 +08:00 committed by Niklas Adolfsson
parent 1e6d889fc7
commit 68a08df9c3
1 changed files with 2 additions and 2 deletions

View File

@ -74,10 +74,10 @@ impl FromStr for DatabaseCompactionProfile {
pub enum Mode {
/// Always on.
Active,
/// Goes offline after RLP is inactive for some (given) time, but
/// Goes offline after client is inactive for some (given) time, but
/// comes back online after a while of inactivity.
Passive(Duration, Duration),
/// Goes offline after RLP is inactive for some (given) time and
/// Goes offline after client is inactive for some (given) time and
/// stays inactive.
Dark(Duration),
/// Always off.