We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feaa02 commit dc3a3d3Copy full SHA for dc3a3d3
itests/eth_filter_test.go
@@ -620,7 +620,7 @@ func TestTxReceiptBloom(t *testing.T) {
620
// We need to add the address bits before comparing.
621
ethtypes.EthBloomSet(expectedBloom, receipt.To[:])
622
623
- require.Equal(t, []uint8(expectedBloom), []uint8(receipt.LogsBloom))
+ require.Equal(t, expectedBloom, []uint8(receipt.LogsBloom))
624
}
625
626
func TestMultipleEvents(t *testing.T) {
0 commit comments