1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

fix typos in BIP-0043 and BIP-0044

This commit is contained in:
Pavol Rusnak
2014-04-24 16:38:54 +02:00
parent 585b1c31aa
commit 67634c57d0
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ This number is used as child index in BIP32 derivation.
Hardened derivation is used at this level.
Software should prevent a creation of an account if previous account does not
have a transaction history (meaning no its address has been used before).
have a transaction history (meaning none of its addresses have been used before).
Software needs to discover all used accounts after importing the seed from
an external source. Such algorithm is described in "Account discovery" chapter.