summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavol Rusnak <stick@gk2.sk>2014-05-21 17:30:55 +0200
committerPavol Rusnak <stick@gk2.sk>2014-06-11 20:24:24 +0200
commitba1cca2225152fc0fa3a48b4b392fe713ea7d035 (patch)
treed8bb4a4b5e0fbb0c4fce88ff861126b9d61a3313
parent7419b1de424fdeec8abe8da8332d7ae356146fe7 (diff)
downloadbips-ba1cca2225152fc0fa3a48b4b392fe713ea7d035.tar.xz
bip-0044: scan just external chains
-rw-r--r--bip-0044.mediawiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki
index 5229435..df6f8e6 100644
--- a/bip-0044.mediawiki
+++ b/bip-0044.mediawiki
@@ -119,7 +119,8 @@ still continue with discovery.
Address gap limit is currently set to 20. If the software hits 20 unused
addresses in a row, it expects there are no used addresses beyond this point
-and stops searching the address chain.
+and stops searching the address chain. We scan just the external chains, because
+internal chains receive only coins that come from the associated external chains.
Wallet software should warn when the user is trying to exceed the gap limit on
an external chain by generating a new address.