missing attribute

This commit is contained in:
NikVolf 2016-07-06 14:49:27 +03:00
parent b25a37eb38
commit baababea02

View File

@ -593,6 +593,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();