mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
fix: name xrp-ledger.toml correctly in the attest_domain hint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user