We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16600 commit 60ed9daCopy full SHA for 60ed9da
1 file changed
pkg/logpoller/orm_test.go
@@ -104,7 +104,7 @@ func TestLogPoller_Blocks_Batching(t *testing.T) {
104
for i := 0; i < numBlocks; i++ {
105
blockHash := common.HexToHash(fmt.Sprintf("0x%d", i+1))
106
blocks = append(blocks, logpoller.Block{
107
- EVMChainID: ubig.New(th.ChainID),
+ EVMChainID: sqlutil.New(th.ChainID),
108
BlockHash: blockHash,
109
BlockNumber: int64(i + 1),
110
})
0 commit comments