Add the ability to change the informant's prefix (#1221)

* Initial commit

Forked at: 261d701c5b
Parent branch: origin/master

* Add the ability to change the informant's prefix

* Update Cargo.lock

* Update Cargo.lock

* fixed tests

* Rename prefix to informant prefix
This commit is contained in:
Cecile Tonglet
2020-06-10 16:50:47 +02:00
committed by GitHub
parent 67e7fba60d
commit 61e82c3495
4 changed files with 28 additions and 12 deletions
+6 -3
View File
@@ -124,7 +124,8 @@ pub fn run() -> Result<()> {
None,
authority_discovery_enabled,
6000,
grandpa_pause
grandpa_pause,
None,
).map(|(s, _, _)| s)
},
service::KusamaExecutor::native_version().runtime_version
@@ -141,7 +142,8 @@ pub fn run() -> Result<()> {
None,
authority_discovery_enabled,
6000,
grandpa_pause
grandpa_pause,
None,
).map(|(s, _, _)| s)
},
service::WestendExecutor::native_version().runtime_version
@@ -158,7 +160,8 @@ pub fn run() -> Result<()> {
None,
authority_discovery_enabled,
6000,
grandpa_pause
grandpa_pause,
None,
).map(|(s, _, _)| s)
},
service::PolkadotExecutor::native_version().runtime_version