Fix marshal test

This commit is contained in:
Ian Davis 2022-12-07 13:53:25 +00:00
parent 9d26ba5636
commit 067f08f092

View File

@ -176,7 +176,7 @@ func TestEthFilterResultMarshalJSON(t *testing.T) {
BlockHash: hash2,
BlockNumber: 53,
Topics: []EthBytes{hash1[:]},
Data: []EthBytes{hash1[:]},
Data: EthBytes(hash1[:]),
Address: addr,
}
logjson, err := json.Marshal(log)