diff --git a/parity/signer.rs b/parity/signer.rs index e280b0441..f15d8c97b 100644 --- a/parity/signer.rs +++ b/parity/signer.rs @@ -15,7 +15,7 @@ // along with Parity. If not, see . extern crate ansi_term; -use self::ansi_term::Colour::Red; +use self::ansi_term::Colour::White; use std::io; use std::path::PathBuf; use std::sync::Arc;