sc-transaction-pool: Always use best block to check if we should skip enactment (#14285)
We will calculate the tree route always against the best block and thus, we also should use this one to check if we should skip the checks.
Showing
- substrate/Cargo.lock 0 additions, 1 deletionsubstrate/Cargo.lock
- substrate/client/transaction-pool/Cargo.toml 0 additions, 1 deletionsubstrate/client/transaction-pool/Cargo.toml
- substrate/client/transaction-pool/api/src/lib.rs 14 additions, 0 deletionssubstrate/client/transaction-pool/api/src/lib.rs
- substrate/client/transaction-pool/src/enactment_state.rs 13 additions, 15 deletionssubstrate/client/transaction-pool/src/enactment_state.rs
Please register or sign in to comment