set earliest seq to 1

This commit is contained in:
Richard Holland
2022-12-16 11:54:37 +00:00
parent 9a826cc54e
commit d48ac760d4

View File

@@ -58,7 +58,7 @@ systemCurrencyCode()
}
/** The XRP ledger network's earliest allowed sequence */
static constexpr std::uint32_t XRP_LEDGER_EARLIEST_SEQ{3U};
static constexpr std::uint32_t XRP_LEDGER_EARLIEST_SEQ{1U};
/** The number of ledgers in a shard */
static constexpr std::uint32_t DEFAULT_LEDGERS_PER_SHARD{16384u};