Skip to main content

remove_transaction

Function remove_transaction 

Source
pub fn remove_transaction(
    tx_hash: &TransactionHash,
    w: &mut OwnedWriteBatch,
    db: &TxpoolDatabase,
) -> Result<(), TxPoolError>
Expand description

Removes a transaction from the transaction pool.