Correct tests for recent getblock updates.
This commit is contained in:
parent
8a132ffde8
commit
621f9006bf
1 changed files with 3 additions and 2 deletions
|
@ -312,8 +312,9 @@ var jsoncmdtests = []struct {
|
||||||
"somehash")
|
"somehash")
|
||||||
},
|
},
|
||||||
result: &GetBlockCmd{
|
result: &GetBlockCmd{
|
||||||
id: float64(1),
|
id: float64(1),
|
||||||
Hash: "somehash",
|
Hash: "somehash",
|
||||||
|
Verbose: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue