Skip to content

Commit

Permalink
[sky] refs #230 - Fix typos errors.ErrNotImplemented in wallet code
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Feb 13, 2020
1 parent 9339dfd commit 5522eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin/skycoin/models/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ func (wlt *RemoteWallet) ReadyForTxn(w core.Wallet, txn core.Transaction) (bool,

// DeriveParentPubKey generate watch-only wallet with parent token to derive child public keys
func (wlt *RemoteWallet) DeriveParentPubKey(chainCode []byte) (core.WatchWallet, error) {
return nil, ErrNotImplemented
return nil, errors.ErrNotImplemented
}

// SignTransaction according to Skycoin SkyFiber rules
Expand Down

0 comments on commit 5522eab

Please sign in to comment.