Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1,649
Star
14,864
Fork
9,309
bitcoin
/
bitcoin
Code
Issues
522
Pull requests
238
Projects
8
Insights
Pulse
Graphs
[rpc] fix verbose argument for getblock in bitcoin-cli
#10747
Merged
laanwj
merged 1 commit into
bitcoin
:
master
from
jnewbery
:
fix_getblock_verbose_argument
Jul 10, 2017
Conversation
7
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
58e9864
[rpc] fix verbose argument for getblock in bitcoin-cli
jnewbery
Jul 5, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−0
Unified
Split
Show comments
View
1
src/rpc/client.cpp
@@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{
"
listunspent
"
,
3
,
"
include_unsafe
"
},
{
"
listunspent
"
,
4
,
"
query_options
"
},
{
"
getblock
"
,
1
,
"
verbosity
"
},
+ {
"
getblock
"
,
1
,
"
verbose
"
},
{
"
getblockheader
"
,
1
,
"
verbose
"
},
{
"
getchaintxstats
"
,
0
,
"
nblocks
"
},
{
"
gettransaction
"
,
1
,
"
include_watchonly
"
},
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.