Update domain.go

This commit is contained in:
topianet 2023-12-11 03:37:54 +01:00 committed by GitHub
parent 1d5b6fab7b
commit 6c10b648d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package flowcontext
import (
"github.com/kaspanet/kaspad/domain"
"github.com/fabbez/topiad/domain"
)
// Domain returns the Domain object associated to the flow context.