Fix docs for 'complete' field in 'signrawtransaction' response

This commit is contained in:
charlescharles 2015-02-08 17:45:13 -05:00 committed by Wladimir J. van der Laan
parent c2f21612ca
commit 0b2f93091f
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"hex\": \"value\", (string) The raw transaction with signature(s) (hex-encoded string)\n"
" \"complete\": n (numeric) if transaction has a complete set of signature (0 if not)\n"
" \"complete\": true|false (boolean) if transaction has a complete set of signature\n"
"}\n"
"\nExamples:\n"