Correct tests for recent getblock updates.

This commit is contained in:
Dave Collins 2013-12-10 17:13:42 -06:00
parent 8a132ffde8
commit 621f9006bf

View file

@ -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,
}, },
}, },
{ {