fix typos
This commit is contained in:
parent
ad5f1c5fc7
commit
d545e584b6
@ -118,7 +118,7 @@ function derivePath<T extends HDNodeLike<T>>(node: T, path: string): T {
|
||||
|
||||
/**
|
||||
* An **HDNodeWallet** is a [[Signer]] backed by the private key derived
|
||||
* from an HD Node using the [[link-bip-32]] stantard.
|
||||
* from an HD Node using the [[link-bip-32]] standard.
|
||||
*
|
||||
* An HD Node forms a hierarchal structure with each HD Node having a
|
||||
* private key and the ability to derive child HD Nodes, defined by
|
||||
|
@ -10,7 +10,7 @@
|
||||
* The class most developers will want to use is [[Wallet]], which
|
||||
* can load a private key directly or from any common wallet format.
|
||||
*
|
||||
* The [[HDNodeWallet]] can be used when it is necessary to access
|
||||
* The [[HDNodeWallet]] class can be used when it is necessary to access
|
||||
* low-level details of how an HD wallets are derived, exported
|
||||
* or imported.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user