mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-20 13:56:45 +00:00
Update verbosedata.go
This commit is contained in:
parent
b7974a7209
commit
5c3b53da3c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user