Skip to content

Commit

Permalink
fixup! Rename account to label where appropriate
Browse files Browse the repository at this point in the history
fix "an label" suggested bitcoin#11536 (comment)
  • Loading branch information
ryanofsky committed Mar 13, 2018
1 parent 53bafe8 commit 22af84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ UniValue setlabel(const JSONRPCRequest& request)
"setlabel \"address\" \"label\"\n"
"\nSets the label associated with the given address.\n"
"\nArguments:\n"
"1. \"address\" (string, required) The bitcoin address to be associated with an label.\n"
"1. \"address\" (string, required) The bitcoin address to be associated with a label.\n"
"2. \"label\" (string, required) The label to assign the address to.\n"
"\nExamples:\n"
+ HelpExampleCli("setlabel", "\"1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX\" \"tabby\"")
Expand Down

0 comments on commit 22af84b

Please sign in to comment.