From 938f361f4afc6f900f9e638f7b64cbbdcbd52413 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Mon, 11 May 2020 16:08:36 +0300 Subject: [PATCH] Fix typo (#11698) --- parity/run.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(