Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 938f361

Browse files
authored
Fix typo (#11698)
1 parent 7875b78 commit 938f361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parity/run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ fn execute_impl<Cr, Rr>(
643643
let mut private_state = None;
644644

645645
if cmd.private_tx_enabled {
646-
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");
646+
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");
647647
private_tx_sync = Some(private_tx_service.clone() as Arc<dyn PrivateTxHandler>);
648648
private_state = Some(private_tx_provider.private_state_db());
649649
}
@@ -704,7 +704,7 @@ fn execute_impl<Cr, Rr>(
704704

705705
// the updater service
706706
if update_policy.filter != UpdateFilter::None {
707-
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");
707+
warn!("Updater is deprecated and may be removed in a future release. Please see #11696 for details:\nhttps://github.com/openethereum/openethereum/issues/11696");
708708
}
709709

710710
let updater = Updater::new(

0 commit comments

Comments
 (0)