mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 19:16:28 +01:00
Merge pull request #1026 from rikitau/bip85-fix-typo
BIP-0085: fix typo
This commit is contained in:
commit
bcbc83f0c8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ OUTPUT
|
||||||
|
|
||||||
Application number define how entropy will be used post processing. Some basic examples follow:
|
Application number define how entropy will be used post processing. Some basic examples follow:
|
||||||
|
|
||||||
Derivation path uses the format <code>m/83696968/' + /app_no' + /index'</code> where ''app_no'' path for the application, and `index` in the index.
|
Derivation path uses the format <code>m/83696968' + /app_no' + /index'</code> where ''app_no'' path for the application, and `index` in the index.
|
||||||
|
|
||||||
===BIP39===
|
===BIP39===
|
||||||
Application number: 39'
|
Application number: 39'
|
||||||
|
|
Loading…
Add table
Reference in a new issue