Update create.go

This commit is contained in:
topianet 2023-12-29 12:02:17 +01:00 committed by GitHub
parent e20f555a8d
commit 219de1d7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,9 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/kaspanet/kaspad/cmd/kaspawallet/libkaspawallet" "github.com/fabbez/topiad/cmd/kaspawallet/libkaspawallet"
"github.com/kaspanet/kaspad/cmd/kaspawallet/utils" "github.com/fabbez/topiad/cmd/kaspawallet/utils"
"github.com/kaspanet/kaspad/domain/dagconfig" "github.com/fabbez/topiad/domain/dagconfig"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/tyler-smith/go-bip39" "github.com/tyler-smith/go-bip39"
) )