Skip to content

Commit

Permalink
fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tíghearnán Carroll committed Oct 4, 2021
1 parent d6798f3 commit 5d47176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bscript/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func NewP2PKHFromAddress(addr string) (*Script, error) {
}

// NewP2PKHFromBip32ExtKey takes a *bip32.ExtendedKey and creates a P2PKH script from it,
// using a randomly generating a seed. The script and the derivation path are returning.
// using an internally random generated seed, returning the script and derivation path used.
func NewP2PKHFromBip32ExtKey(privKey *bip32.ExtendedKey) (*Script, string, error) {
var b [8]byte
if _, err := rand.Read(b[:]); err != nil {
Expand Down

0 comments on commit 5d47176

Please sign in to comment.