mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 01:47:58 +00:00
* Tabs instead of spaces.
* Remove double spaces.
* Add spaces between ID and the following {
* Update to nightly 2018-08-27
* Align wat code properly
This commit is contained in:
committed by
Gav Wood
parent
5c8b52ba16
commit
283eb383c0
@@ -25,5 +25,5 @@ error_chain! {
|
||||
}
|
||||
links {
|
||||
Client(client::error::Error, client::error::ErrorKind) #[doc="Client error"];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ impl extrinsic_pool::ChainApi for Pool {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn ready(&self) -> Self::Ready { }
|
||||
fn ready(&self) -> Self::Ready { }
|
||||
|
||||
fn is_ready(&self, _at: &BlockId, _ready: &mut Self::Ready, _xt: &VerifiedFor<Self>) -> Readiness {
|
||||
unimplemented!()
|
||||
|
||||
Reference in New Issue
Block a user