56 auto const seqProxy = tx->getSeqProxy();
57 Key const after(effectiveAccount, seqProxy, beast::zero);
58 auto const itrNext{
map_.lower_bound(
after)};
59 if (itrNext !=
map_.end() && itrNext->first.getAccount() == effectiveAccount &&
60 (!itrNext->second->getSeqProxy().isSeq() || itrNext->second->getSeqProxy().value() == seqProxy.value() + 1))
62 result = std::move(itrNext->second);