Added pending transaction info to eth_getTransactionByHash (#4570)
* Return condition info for pending transactions * Fixed warnings
This commit is contained in:
committed by
Gav Wood
parent
b9665c7cfe
commit
0aad8a87ae
@@ -504,7 +504,6 @@ pub type H256FastSet = HashSet<H256, BuildHasherDefault<PlainHasher>>;
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use hash::*;
|
||||
use bigint::*;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user