Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jul 5, 2018
1 parent 2595736 commit a9d16bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func New(config *Config) (*Wallet, error) {
var err error
var masterKey *hdkeychain.ExtendedKey
var key *hdkeychain.ExtendedKey
// TODO: use https://github.com/ethereum/go-ethereum/blob/ef0edc6e32d98d2fca54076f38cb317f43704900/accounts/hd.go#L67
for _, part := range parts {
p := strings.Split(part, "'")
n := p[0]
Expand Down

0 comments on commit a9d16bb

Please sign in to comment.