Skip to content

Commit

Permalink
crawl_shards comment fix
Browse files Browse the repository at this point in the history
Corrects the public_key parameter name in the comment.
See XRPLF/xrpl-dev-portal#854 for context.
  • Loading branch information
mDuo13 authored and manojsdoshi committed Jun 24, 2020
1 parent 086f72e commit 658ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/rpc/handlers/CrawlShards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace ripple {
{
// Determines if the result includes node public key.
// optional, default is false
pubkey: <bool>
public_key: <bool>
// The maximum number of peer hops to attempt.
// optional, default is zero, maximum is 3
Expand Down

0 comments on commit 658ce4c

Please sign in to comment.