diff --git a/parity/run.rs b/parity/run.rs index ac2676af7..bf2ccc8ad 100644 --- a/parity/run.rs +++ b/parity/run.rs @@ -643,7 +643,7 @@ fn execute_impl( let mut private_state = None; if cmd.private_tx_enabled { - warn!("Private transactions support is deprecated and may be removed in a future release. e. Please see #11695 for details:\nhttps://github.com/openethereum/openethereum/issues/11695"); + warn!("Private transactions support is deprecated and may be removed in a future release. Please see #11695 for details:\nhttps://github.com/openethereum/openethereum/issues/11695"); private_tx_sync = Some(private_tx_service.clone() as Arc); private_state = Some(private_tx_provider.private_state_db()); } @@ -704,7 +704,7 @@ fn execute_impl( // the updater service if update_policy.filter != UpdateFilter::None { - warn!("Updater is deprecated and may be removed in a future release. e. Please see #11696 for details:\nhttps://github.com/openethereum/openethereum/issues/11696"); + warn!("Updater is deprecated and may be removed in a future release. Please see #11696 for details:\nhttps://github.com/openethereum/openethereum/issues/11696"); } let updater = Updater::new(