mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
chore: Fix minor issues in the comments (#6535)
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
|
||||
// TrustedPublisherServer must be accessed through a shared_ptr.
|
||||
// This constructor is only public so std::make_shared has access.
|
||||
// The function`make_TrustedPublisherServer` should be used to create
|
||||
// The function `make_TrustedPublisherServer` should be used to create
|
||||
// instances.
|
||||
// The `futures` member is expected to be structured as
|
||||
// effective / expiration time point pairs for use in version 2 UNLs
|
||||
@@ -249,7 +249,7 @@ public:
|
||||
{
|
||||
error_code ec;
|
||||
acceptor_.close(ec);
|
||||
// TODO consider making this join
|
||||
// TODO: consider making this join
|
||||
// any running do_peer threads
|
||||
}
|
||||
|
||||
|
||||
@@ -1474,7 +1474,7 @@ public:
|
||||
// Signer {
|
||||
// Account: "...",
|
||||
// TxnSignature: "...",
|
||||
// PublicKey: "...""
|
||||
// PublicKey: "..."
|
||||
// }
|
||||
// Make one well formed Signer and several mal-formed ones. See
|
||||
// whether the serializer lets the good one through and catches
|
||||
|
||||
Reference in New Issue
Block a user