Remove a weird emoji in new_social docs (#8913)
This commit is contained in:
parent
3016d54f13
commit
75e779029f
@ -81,7 +81,7 @@ pub fn new_easthub<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
|
|||||||
load(params.into(), include_bytes!("../../res/ethereum/easthub.json"))
|
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<SpecParams<'a>>>(params: T) -> Spec {
|
pub fn new_social<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
|
||||||
load(params.into(), include_bytes!("../../res/ethereum/social.json"))
|
load(params.into(), include_bytes!("../../res/ethereum/social.json"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user