pub fn remove_transaction(
tx_hash: &TransactionHash,
w: &mut OwnedWriteBatch,
db: &TxpoolDatabase,
) -> Result<(), TxPoolError>Expand description
Removes a transaction from the transaction pool.
pub fn remove_transaction(
tx_hash: &TransactionHash,
w: &mut OwnedWriteBatch,
db: &TxpoolDatabase,
) -> Result<(), TxPoolError>Removes a transaction from the transaction pool.