mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-08 03:00:26 +01:00
Interleaver: Advance iterator in LevelDB producer.
This commit is contained in:
parent
307d1aec44
commit
758ef7afc5
|
@ -94,6 +94,7 @@ func (ldbp *LevelDBBlockProducer) Next(block *Block) (err error) {
|
|||
}
|
||||
block.Coord = ldbp.splitter(key)
|
||||
block.Data = ldbp.iterator.Value()
|
||||
ldbp.iterator.Next()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user