Update heavyhash.go

This commit is contained in:
topianet 2023-12-18 23:46:25 +01:00 committed by GitHub
parent 58d8fdd8ed
commit 496f090185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
package pow
import (
"github.com/kaspanet/kaspad/domain/consensus/model/externalapi"
"github.com/kaspanet/kaspad/domain/consensus/utils/hashes"
"github.com/fabbez/topiad/domain/consensus/model/externalapi"
"github.com/fabbez/topiad/domain/consensus/utils/hashes"
"math"
)