Line simply seems duplicated in error.
Testing instructions:
Run src/bitcoin-cli help getblock
on master branch to reproduce. Then build this PR and compare its results.
Line simply seems duplicated in error.
Testing instructions:
Run src/bitcoin-cli help getblock
on master branch to reproduce. Then build this PR and compare its results.
tACK 1885ad3
On master:54fc96ffa70ad3a53d32709101b7a2ce064d822e
0Result (for verbosity = 2):
1{ (json object)
2 ..., Same output as verbosity = 1
3 "tx" : [ (json array)
4 { (json object)
5 ... The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 "tx" result
6 },
7 ...
8 ],
9 ... Same output as verbosity = 1
10}
On pr/20064:1885ad35467f201f2a210057797aae8a450e7cdf
0Result (for verbosity = 2):
1{ (json object)
2 ..., Same output as verbosity = 1
3 "tx" : [ (json array)
4 { (json object)
5 ... The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 "tx" result
6 },
7 ...
8 ]
9}