Merge pull request #66 from satoshilabs/master

bip-0044: scan just external chains
This commit is contained in:
Wladimir J. van der Laan 2014-06-16 17:38:11 +02:00
commit 91f026a40f

View File

@ -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.