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

@@ -504,7 +504,6 @@ pub type H256FastSet = HashSet<H256, BuildHasherDefault<PlainHasher>>;
#[cfg(test)]
mod tests {
use hash::*;
use bigint::*;
use std::str::FromStr;
#[test]