Merge/2.2.2 jobqueue (#360)

* Merge fbbea9e6e2

* Merge 7741483894

* clang-format

* Oops

---------

Co-authored-by: Wietse Wind <wrw@Wietses-MacBook-Pro.local>
This commit is contained in:
Wietse Wind
2024-09-07 07:22:15 +02:00
committed by GitHub
parent 2fb93f874b
commit 26cd629d28
8 changed files with 130 additions and 10 deletions

View File

@@ -106,6 +106,14 @@ public:
return {};
}
virtual void
acquireAsync(
uint256 const& hash,
std::uint32_t seq,
InboundLedger::Reason reason) override
{
}
virtual std::shared_ptr<InboundLedger>
find(LedgerHash const& hash) override
{