fatxpool
: transaction reported as invalid during block building shall be removed from the pool
#6008
Labels
T0-node
This PR/Issue is related to the topic “node”.
Currently the transaction which reported as invalid by a block builder is silently skipped:
polkadot-sdk/substrate/client/transaction-pool/src/fork_aware_txpool/fork_aware_txpool.rs
Lines 716 to 729 in 5b8e409
Current behavior requires improvements - transaction shall be removed from the view, and also from the
fatp
. Invalid event shall be dispatched.The text was updated successfully, but these errors were encountered: