Update to Substrate master (#271)

This commit is contained in:
Pierre Krieger
2019-05-25 20:23:14 +02:00
committed by Gavin Wood
parent 24930a77c0
commit c699bdc10a
5 changed files with 70 additions and 82 deletions
+1 -4
View File
@@ -23,10 +23,7 @@ use primitives::ed25519::Public as AuthorityId;
error_chain! {
foreign_links {
Client(::client::error::Error);
}
links {
Consensus(::consensus::error::Error, ::consensus::error::ErrorKind);
Consensus(::consensus::error::Error);
}
errors {