You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./phrase.go:234:19: xprv.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
./phrase.go:249:20: cha.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
when I run go get
I get the above error.
The text was updated successfully, but these errors were encountered:
go run main.go
package command-line-arguments
imports github.com/tyler-smith/go-bip39
imports github.com/tyler-smith/go-bip39: import cycle not allowed
./phrase.go:234:19: xprv.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
./phrase.go:249:20: cha.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
when I run go get
I get the above error.
The text was updated successfully, but these errors were encountered: