Merge bitcoin/bitcoin#35872: rpc: avoid descriptor range counter overflow
This update fixes a counting bug in several Bitcoin Core RPC commands that scan descriptors. When a user requested a descriptor range ending at the maximum allowed value (2,147,483,647), the internal counter used a smaller integer type and…
b388674aby Ava Chow+3−12 files