summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavol Rusnak <stick@gk2.sk>2014-04-24 16:38:54 +0200
committerPavol Rusnak <stick@gk2.sk>2014-04-27 11:27:06 +0200
commit67634c57d05e1eba18dc5946f8aed559d1888cd0 (patch)
tree50134bc9a3f9644e8bcfe222a248c0dfa5fe75db
parent585b1c31aa7e0a3f13456f1119c5157be9384090 (diff)
downloadbips-67634c57d05e1eba18dc5946f8aed559d1888cd0.tar.xz
fix typos in BIP-0043 and BIP-0044
-rw-r--r--bip-0043.mediawiki2
-rw-r--r--bip-0044.mediawiki2
2 files changed, 2 insertions, 2 deletions
diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki
index 5fc20fe..14936f6 100644
--- a/bip-0043.mediawiki
+++ b/bip-0043.mediawiki
@@ -48,7 +48,7 @@ only a limited structure should describe such structure in another BIP and use
different "purpose" value.
-==Master node serialization==
+==Node serialization==
Because this scheme can be used to generate nodes for more cryptocurrencies
at once, or even something totally unrelated to cryptocurrencies, there's no
diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki
index 5444099..5e8351b 100644
--- a/bip-0044.mediawiki
+++ b/bip-0044.mediawiki
@@ -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.