Use a more definite address than 0x0, since some clients have coerced invalid addresses to the 0x0 address in the past.

This commit is contained in:
Ryan Casey 2015-08-21 09:41:03 -07:00
parent dd5cd475a3
commit 1aad331383
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"alloc": {
},
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",