fixed weird line breaking
This commit is contained in:
parent
55ebab2392
commit
7f0d1173ba
@ -19,9 +19,9 @@
|
|||||||
use std::fmt::{Display, Formatter, Error as FmtError};
|
use std::fmt::{Display, Formatter, Error as FmtError};
|
||||||
|
|
||||||
const RESYNC_ERR: &'static str =
|
const RESYNC_ERR: &'static str =
|
||||||
"Your current parity installation has synced without transaction tracing. To use
|
"Your current parity installation has synced without transaction tracing.
|
||||||
Parity with transaction tracing, you'll need to resync with tracing. To do this, remove or move away your current
|
To use Parity with transaction tracing, you'll need to resync with tracing.
|
||||||
database and restart parity. e.g.:
|
To do this, remove or move away your current database and restart parity. e.g.:
|
||||||
|
|
||||||
> mv ~/.parity/906a34e69aec8c0d /tmp
|
> mv ~/.parity/906a34e69aec8c0d /tmp
|
||||||
> parity";
|
> parity";
|
||||||
|
Loading…
Reference in New Issue
Block a user