Skip to content

Commit b367efd

Browse files
committed
fix build
1 parent 1e96aa7 commit b367efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/dataindexer/dataIndexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (di *dataIndexer) saveBlockData(outportBlock *outport.OutportBlock, header
115115
}
116116

117117
miniBlocks := append(outportBlock.BlockData.Body.MiniBlocks, outportBlock.BlockData.IntraShardMiniBlocks...)
118-
err = di.elasticProcessor.SaveMiniblocks(header, miniBlocks)
118+
err = di.elasticProcessor.SaveMiniblocks(header, miniBlocks, outportBlock.BlockData.TimestampMs)
119119
if err != nil {
120120
return fmt.Errorf("%w when saving miniblocks, block hash %s, nonce %d",
121121
err, hex.EncodeToString(headerHash), headerNonce)

0 commit comments

Comments
 (0)