From a5bd3be3bb0eb5ffd77dc15e2ae38fb2a12a4278 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 24 Sep 2026 17:23:06 +0700 Subject: [PATCH] style: wrap the publication window todo --- include/xrpl/protocol/ExportLimits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xrpl/protocol/ExportLimits.h b/include/xrpl/protocol/ExportLimits.h index beb0781ab7..512c513e71 100644 --- a/include/xrpl/protocol/ExportLimits.h +++ b/include/xrpl/protocol/ExportLimits.h @@ -67,7 +67,8 @@ struct ExportLimits // intent. This is a provisional activation tuning value. Keeping it // separate from the outer LastLedgerSequence prevents queue delay from // consuming the publication window. - // TODO(2031): Calibrate against async history, signing and placement delays. + // TODO(2031): Calibrate against async history, signing and placement + // delays. static constexpr std::uint32_t maxPublicationLedgers = 5; // A fully-canonical secp256k1 signature is at most 72 bytes; Ed25519 is 64.