Update shared_requested_blocks.go

This commit is contained in:
topianet 2023-12-11 03:50:02 +01:00 committed by GitHub
parent 6758de5152
commit 60f4f7c665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package flowcontext
import ( import (
"sync" "sync"
"github.com/kaspanet/kaspad/domain/consensus/model/externalapi" "github.com/fabbez/topiad/domain/consensus/model/externalapi"
) )
// SharedRequestedBlocks is a data structure that is shared between peers that // SharedRequestedBlocks is a data structure that is shared between peers that