From ea3add68fc88d3b6c83fc390a0618b23f63ec19a Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Sun, 17 Jun 2018 19:54:28 +0800 Subject: [PATCH] Remove a weird emoji in new_social docs --- ethcore/src/ethereum/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcore/src/ethereum/mod.rs b/ethcore/src/ethereum/mod.rs index 678af5c626b..4aab4b71ffb 100644 --- a/ethcore/src/ethereum/mod.rs +++ b/ethcore/src/ethereum/mod.rs @@ -81,7 +81,7 @@ pub fn new_easthub<'a, T: Into>>(params: T) -> Spec { load(params.into(), include_bytes!("../../res/ethereum/easthub.json")) } -/// Create a new Ethereum Social mainnet chain spec ¯\_(ツ)_/¯ . +/// Create a new Ethereum Social mainnet chain spec. pub fn new_social<'a, T: Into>>(params: T) -> Spec { load(params.into(), include_bytes!("../../res/ethereum/social.json")) }