Update verbosedata.go

This commit is contained in:
topianet 2023-12-11 04:16:34 +01:00 committed by GitHub
parent b7974a7209
commit 5c3b53da3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@ import (
"math" "math"
"math/big" "math/big"
difficultyPackage "github.com/kaspanet/kaspad/util/difficulty" difficultyPackage "github.com/fabbez/topiad/util/difficulty"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/kaspanet/kaspad/domain/consensus/utils/hashes" "github.com/fabbez/topiad/domain/consensus/utils/hashes"
"github.com/kaspanet/kaspad/domain/consensus/utils/txscript" "github.com/fabbez/topiad/domain/consensus/utils/txscript"
"github.com/kaspanet/kaspad/app/appmessage" "github.com/fabbez/topiad/app/appmessage"
"github.com/kaspanet/kaspad/domain/consensus/model/externalapi" "github.com/fabbez/topiad/domain/consensus/model/externalapi"
"github.com/kaspanet/kaspad/domain/consensus/utils/consensushashing" "github.com/fabbez/topiad/domain/consensus/utils/consensushashing"
"github.com/kaspanet/kaspad/domain/dagconfig" "github.com/fabbez/topiad/domain/dagconfig"
) )
// ErrBuildBlockVerboseDataInvalidBlock indicates that a block that was given to BuildBlockVerboseData is invalid. // ErrBuildBlockVerboseDataInvalidBlock indicates that a block that was given to BuildBlockVerboseData is invalid.