Normalize keystore type and its usage across tests (#12553)

* Normalize keystore type and usage across tests

* Extract peer index from array index
This commit is contained in:
Davide Galassi
2022-10-24 19:55:25 +02:00
committed by GitHub
parent 3ae4be8662
commit 6201ccaf8f
6 changed files with 41 additions and 60 deletions
+1 -2
View File
@@ -7846,6 +7846,7 @@ dependencies = [
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-timestamp",
@@ -7853,7 +7854,6 @@ dependencies = [
"sp-version",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
"thiserror",
]
@@ -8130,7 +8130,6 @@ dependencies = [
"sp-tracing",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
"thiserror",
"tokio",
]