testing #169

Closed
kaykurokawa wants to merge 282 commits from test_branch into master
Showing only changes of commit 3e6efa8a2f - Show all commits

View file

@ -366,7 +366,7 @@ Value claimname(const Array& params, bool fHelp)
"\nArguments:\n" "\nArguments:\n"
"1. \"name\" (string, required) The name to be assigned the value.\n" "1. \"name\" (string, required) The name to be assigned the value.\n"
"2. \"value\" (string, required) The value to assign to the name.\n" "2. \"value\" (string, required) The value to assign to the name.\n"
"3. \"amount\n (numeric, required) The amount in ncc to send. eg 0.1\n" "3. \"amount\" (numeric, required) The amount in ncc to send. eg 0.1\n"
"\nResult:\n" "\nResult:\n"
"\"transactionid\" (string) The transaction id.\n" "\"transactionid\" (string) The transaction id.\n"
); );