deriving attribute

This commit is contained in:
NikVolf 2016-07-05 11:49:29 +03:00
parent ce1a4c8952
commit c96686620a

View File

@ -516,6 +516,8 @@ impl Client {
}
}
#[derive(Ipc)]
#[ipc(client_ident="RemoteClient")]
impl BlockChainClient for Client {
fn call(&self, t: &SignedTransaction, analytics: CallAnalytics) -> Result<Executed, ExecutionError> {
let header = self.block_header(BlockID::Latest).unwrap();