Make block context optional nulls

This commit is contained in:
Taylor Gerring 2015-04-01 15:27:37 +02:00
parent 0ce971d9d3
commit 93f832a1a7
1 changed files with 3 additions and 3 deletions

View File

@ -72,9 +72,9 @@ func TestNewTransactionRes(t *testing.T) {
tests := map[string]string{
"hash": reHash,
"nonce": reNum,
"blockHash": reHash,
"blockNum": reNum,
"transactionIndex": reNum,
"blockHash": reHashOpt,
"blockNum": reNumOpt,
"transactionIndex": reNumOpt,
"from": reAddress,
"to": reAddressOpt,
"value": reNum,