mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Merge remote-tracking branch 'origin/v0.1.1-dev' into v0.1.2-dev
This commit is contained in:
commit
f7800eb5c4
@ -67,7 +67,7 @@ func (bh blockHeap) Push(block *blockNode) {
|
||||
|
||||
// pushSet pushes a blockset to the heap.
|
||||
func (bh blockHeap) pushSet(bs blockSet) {
|
||||
for _, block := range bs {
|
||||
for block := range bs {
|
||||
heap.Push(bh.impl, block)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user