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.
Can someone please add the "Good first review" label? Thanks :)
utACK
ACK 1885ad35467f201f2a210057797aae8a450e7cdf
utACK
tACK 1885ad3
On master:54fc96ffa70ad3a53d32709101b7a2ce064d822e
Result (for verbosity = 2):
{ (json object)
..., Same output as verbosity = 1
"tx" : [ (json array)
{ (json object)
... The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 "tx" result
},
...
],
... Same output as verbosity = 1
}
On pr/20064:1885ad35467f201f2a210057797aae8a450e7cdf
Result (for verbosity = 2):
{ (json object)
..., Same output as verbosity = 1
"tx" : [ (json array)
{ (json object)
... The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 "tx" result
},
...
]
}
tACK 1885ad35467f201f2a210057797aae8a450e7cdf Works as intended.