Skip to content

Commit

Permalink
Merge pull request stellar#2600 from jonjove/fix-offer-prefetching
Browse files Browse the repository at this point in the history
Fix ManageOfferOpFrameBase::insertLedgerKeysToPrefetch again

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita committed Jul 10, 2020
2 parents 13de97f + cb9008f commit cb05a74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/transactions/ManageOfferOpFrameBase.cpp
Expand Up @@ -531,11 +531,6 @@ void
ManageOfferOpFrameBase::insertLedgerKeysToPrefetch(
std::unordered_set<LedgerKey>& keys) const
{
if (isDeleteOffer())
{
return;
}

// Prefetch existing offer
if (mOfferID)
{
Expand Down

0 comments on commit cb05a74

Please sign in to comment.