Block nonce as data

This commit is contained in:
Taylor Gerring
2015-04-01 15:28:06 +02:00
parent 93f832a1a7
commit 6e8ff578f1
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ func TestNewBlockRes(t *testing.T) {
"number": reNum,
"hash": reHash,
"parentHash": reHash,
"nonce": reNum,
"nonce": reData,
"sha3Uncles": reHash,
"logsBloom": reData,
"transactionRoot": reHash,