Skip to content
Snippets Groups Projects
Unverified Commit 5721e556 authored by Michal Kucharczyk's avatar Michal Kucharczyk Committed by GitHub
Browse files

`TransactionPool` API uses `async_trait` (#6528)


This PR refactors `TransactionPool` API to use `async_trait`, replacing
the` Pin<Box<...>>` pattern. This should improve readability and
maintainability.

The change is not altering any functionality.

---------

Co-authored-by: default avatarGitHub Action <action@github.com>
parent b71bd53f
No related merge requests found
Pipeline #506134 waiting for manual action with stages
in 5 minutes and 40 seconds
Showing
with 268 additions and 333 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment