checkpoint. handles account_info

This commit is contained in:
CJ Cobb
2020-12-22 13:12:26 -05:00
parent 80a8ed8d1b
commit bd7ae08bcc
14 changed files with 432 additions and 284 deletions

View File

@@ -1422,11 +1422,7 @@ initSchema(std::shared_ptr<PgPool> const& pool)
// @return LedgerInfo
std::optional<ripple::LedgerInfo>
getLedger(
std::variant<
std::monostate,
ripple::uint256,
uint32_t,
std::pair<uint32_t, uint32_t>> const& whichLedger,
std::variant<std::monostate, ripple::uint256, uint32_t> const& whichLedger,
std::shared_ptr<PgPool>& pgPool)
{
ripple::LedgerInfo lgrInfo;