Update to latest Substrate and Polkadot (#348)

* Update to latest Substrate and Polkadot

* log::debug!

* Add log dependecies to runtime

* Comma

* Fix tests
This commit is contained in:
Andrew Jones
2021-03-03 12:20:17 +00:00
committed by GitHub
parent d6bc185ed3
commit fb649f19c2
7 changed files with 313 additions and 247 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ async fn make_gossip_message_and_header(
&keystore,
statement,
&signing_context,
validator_index,
validator_index.into(),
&alice_public.into(),
)
.await
@@ -259,7 +259,7 @@ fn check_statement_seconded() {
&keystore,
statement,
&signing_context,
0,
0.into(),
&alice_public.into(),
))
.ok()