From 88a9bc76bcc883c32be481a5ee179508da435fdf Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 14 Sep 2026 14:52:49 -0400 Subject: [PATCH] fix: name xrp-ledger.toml correctly in the attest_domain hint --- src/tools/validator-keys/Commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/validator-keys/Commands.cpp b/src/tools/validator-keys/Commands.cpp index f3e0dc5ac8..6397eaa8b7 100644 --- a/src/tools/validator-keys/Commands.cpp +++ b/src/tools/validator-keys/Commands.cpp @@ -281,7 +281,7 @@ emitAttestation(SigningKeys const& keys, Context& ctx) if (keys.domain().empty()) { ctx.out << "No attestation is necessary if no domain is specified!\n" - "If you have an attestation in your xrpl-ledger.toml\n" + "If you have an attestation in your xrp-ledger.toml\n" "you should remove it at this time.\n"; return; }