mirror of https://github.com/status-im/op-geth.git
Make block context optional nulls
This commit is contained in:
parent
0ce971d9d3
commit
93f832a1a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue