Update bip39.go

This commit is contained in:
topianet 2023-12-29 12:18:43 +01:00 committed by GitHub
parent 2e44b1cdcc
commit f18070f587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ package libkaspawallet
import (
"fmt"
"github.com/kaspanet/kaspad/cmd/kaspawallet/libkaspawallet/bip32"
"github.com/kaspanet/kaspad/domain/dagconfig"
"github.com/fabbez/topiad/cmd/kaspawallet/libkaspawallet/bip32"
"github.com/fabbez/topiad/domain/dagconfig"
"github.com/pkg/errors"
"github.com/tyler-smith/go-bip39"
)