Pool crate cleanup (#1835)
* Refactor retrieve_transaction * Cleanup transaction_pool
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ pub struct PoolEntry {
|
||||
}
|
||||
|
||||
/// The possible states a pool entry can be in.
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum PoolEntryState {
|
||||
/// A new entry, not yet processed.
|
||||
Fresh,
|
||||
|
||||
Reference in New Issue
Block a user