mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-09 20:21:22 +00:00
Merge pull request #4936
c15e483 typo fix of booleamn to boolean (imharrywu)
This commit is contained in:
commit
c14bfea8ee
@ -96,7 +96,7 @@ Value getpeerinfo(const Array& params, bool fHelp)
|
|||||||
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
|
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
|
||||||
" \"startingheight\": n, (numeric) The starting height (block) of the peer\n"
|
" \"startingheight\": n, (numeric) The starting height (block) of the peer\n"
|
||||||
" \"banscore\": n, (numeric) The ban score\n"
|
" \"banscore\": n, (numeric) The ban score\n"
|
||||||
" \"syncnode\": true|false (booleamn) if sync node\n"
|
" \"syncnode\": true|false (boolean) if sync node\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
" ,...\n"
|
" ,...\n"
|
||||||
"]\n"
|
"]\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user