Update heavyhash_test.go

This commit is contained in:
topianet 2023-12-18 23:52:43 +01:00 committed by GitHub
parent 6c150184d6
commit 74003a8f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ package pow
import (
"bytes"
"encoding/hex"
"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/rand"
"testing"
)