Added pending transaction info to eth_getTransactionByHash (#4570)

* Return condition info for pending transactions

* Fixed warnings
This commit is contained in:
Arkadiy Paronyan
2017-02-20 16:19:43 +01:00
committed by Gav Wood
parent b9665c7cfe
commit 0aad8a87ae
6 changed files with 8 additions and 10 deletions

View File

@@ -556,7 +556,6 @@ impl Discovery {
mod tests {
use super::*;
use std::net::{SocketAddr};
use util::sha3::Hashable;
use util::FixedHash;
use node_table::{Node, NodeId, NodeEndpoint};