Extra explanation for getchaintips
This commit is contained in:
parent
7026cbd6db
commit
32b93a1bc2
1 changed files with 6 additions and 0 deletions
|
@ -505,6 +505,12 @@ Value getchaintips(const Array& params, bool fHelp)
|
||||||
" \"status\": \"xxxx\" (string) status of the chain (active, valid-fork, valid-headers, headers-only, invalid)\n"
|
" \"status\": \"xxxx\" (string) status of the chain (active, valid-fork, valid-headers, headers-only, invalid)\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
"]\n"
|
"]\n"
|
||||||
|
"Possible values for status:\n"
|
||||||
|
"1. \"invalid\" This branch contains at least one invalid block\n"
|
||||||
|
"2. \"headers-only\" Not all blocks for this branch are available, but the headers are valid\n"
|
||||||
|
"3. \"valid-headers\" All blocks are available for this branch, but they were never fully validated\n"
|
||||||
|
"4. \"valid-fork\" This branch is not part of the active chain, but is fully validated\n"
|
||||||
|
"5. \"active\" This is the tip of the active main chain, which is certainly valid\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
+ HelpExampleCli("getchaintips", "")
|
+ HelpExampleCli("getchaintips", "")
|
||||||
+ HelpExampleRpc("getchaintips", "")
|
+ HelpExampleRpc("getchaintips", "")
|
||||||
|
|
Loading…
Add table
Reference in a new issue