Evict transaction from transaction pool (#2797)
* Evict transaction from transaction pool * Remove Result from evict function
This commit is contained in:
committed by
Ignotus Peverell
parent
15b56a97f5
commit
59db5e3bd1
+1
-1
@@ -162,7 +162,7 @@ pub struct TxSource {
|
||||
}
|
||||
|
||||
/// Possible errors when interacting with the transaction pool.
|
||||
#[derive(Debug, Fail)]
|
||||
#[derive(Debug, Fail, PartialEq)]
|
||||
pub enum PoolError {
|
||||
/// An invalid pool entry caused by underlying tx validation error
|
||||
#[fail(display = "Invalid Tx {}", _0)]
|
||||
|
||||
Reference in New Issue
Block a user