blockbook
blockbook copied to clipboard
When generaing reciceve adresses, it generates 21 insetad of 20
Original issue from Suite: https://github.com/trezor/trezor-suite/issues/9634
Steps to reproduce:
- Open websocket in the broser
- Create new Account in the suite
- Look for
getAccountInfo
and it response - The Receive addresses are 0-20 => 21 addresses
@peter-sanderson Is it really a problem? Blockbook is intentionally scanning one address more to be compatible with the legacy software it replaced.
Not a problem, I fixed the text in Suite to say 21 instead of 20. This issue can be closed.
Before:
@martinboehm Sorry for late response, I missed your message. Thanks for explanation.