OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
72 stars 41 forks source link

Wallet stops creating and listening to new addresses #132

Open 9z25 opened 4 years ago

9z25 commented 4 years ago

After about 50-55 addresses generated, the multiwallet will stop listening to transactions to the new addresses it generates. Also, addresses will start getting reused when the "wallet.NewAddress(wallet.External)" is run at this time.

Using a different mnemonic will fix the issue until that one generates enough addresses.

Is there a limit set on new addresses, how do I expand that limit to allow an unlimited amount of addresses being created?