aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/responses_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/responses_test.go')
-rw-r--r--rpc/responses_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/responses_test.go b/rpc/responses_test.go
index 702fc5c22..949e1794b 100644
--- a/rpc/responses_test.go
+++ b/rpc/responses_test.go
@@ -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,