Correct example links in hdkeychain READEME.md.
This commit is contained in:
parent
e6c5ca2a6a
commit
8f049a120c
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ $ go get github.com/conformal/btcutil/hdkeychain
|
||||||
Demonstrates how to generate a cryptographically random seed then use it to
|
Demonstrates how to generate a cryptographically random seed then use it to
|
||||||
create a new master node (extended key).
|
create a new master node (extended key).
|
||||||
* [Default Wallet Layout Example]
|
* [Default Wallet Layout Example]
|
||||||
(http://godoc.org/github.com/conformal/btcutil/hdkeychain#example--defaultWalletLayout)
|
(http://godoc.org/github.com/conformal/btcutil/hdkeychain##example-package--DefaultWalletLayout)
|
||||||
Demonstrates the default hierarchical deterministic wallet layout as described
|
Demonstrates the default hierarchical deterministic wallet layout as described
|
||||||
in BIP0032.
|
in BIP0032.
|
||||||
* [Audits Use Case Example]
|
* [Audits Use Case Example]
|
||||||
(http://godoc.org/github.com/conformal/btcutil/hdkeychain#example--audits)
|
(http://godoc.org/github.com/conformal/btcutil/hdkeychain#example-package--Audits)
|
||||||
Demonstrates the audits use case in BIP0032.
|
Demonstrates the audits use case in BIP0032.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue