refactor(tx-pool): add enum InvalidKind to mark_invalid (#12845)

This commit is contained in:
Léa Narzis
2024-11-28 17:23:27 +01:00
committed by GitHub
parent cca6372e87
commit 9f20ebc29a
5 changed files with 94 additions and 33 deletions

View File

@ -52,7 +52,6 @@ bitflags.workspace = true
auto_impl.workspace = true
smallvec.workspace = true
# testing
rand = { workspace = true, optional = true }
paste = { workspace = true, optional = true }