mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
typo fix of booleamn to boolean
This commit is contained in:
parent
438c7e4cd2
commit
c15e483f23
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue