File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import (
1212 "github.com/btcsuite/btcutil/base58"
1313 "github.com/hashicorp/go-secure-stdlib/password"
1414 "github.com/jedib0t/go-pretty/v6/table"
15+ "github.com/spacemeshos/go-spacemesh/common/types"
1516 "github.com/spf13/cobra"
1617
17- "github.com/spacemeshos/go-spacemesh/common/types"
1818 "github.com/spacemeshos/smcli/common"
1919 "github.com/spacemeshos/smcli/wallet"
2020)
3838 // useLedger indicates that the Ledger device should be used.
3939 useLedger bool
4040
41- // hrp is the human-readable network identifier used in Spacemesh network addresses
41+ // hrp is the human-readable network identifier used in Spacemesh network addresses.
4242 hrp string
4343)
4444
Original file line number Diff line number Diff line change 44 "crypto/ed25519"
55 "encoding/hex"
66 "fmt"
7- "github.com/spacemeshos/go-spacemesh/common/types"
87 "testing"
98
9+ "github.com/spacemeshos/go-spacemesh/common/types"
1010 "github.com/stretchr/testify/require"
1111 "github.com/tyler-smith/go-bip39"
1212)
You can’t perform that action at this time.
0 commit comments