mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-25 07:07:45 +01:00
Correct tests for recent getblock updates.
This commit is contained in:
parent
8a132ffde8
commit
621f9006bf
1 changed files with 3 additions and 2 deletions
|
@ -314,6 +314,7 @@ var jsoncmdtests = []struct {
|
||||||
result: &GetBlockCmd{
|
result: &GetBlockCmd{
|
||||||
id: float64(1),
|
id: float64(1),
|
||||||
Hash: "somehash",
|
Hash: "somehash",
|
||||||
|
Verbose: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue