fix: name xrp-ledger.toml correctly in the attest_domain hint

This commit is contained in:
Denis Angell
2026-09-14 14:52:49 -04:00
parent 5e7da075fa
commit 88a9bc76bc

View File

@@ -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;
}