You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often call getnewchangeaddress for the Bitcoin Core wallet but then not use all the addresses. This leads to big gaps in the address space. We should figure out a way to go back and use the unused addresses or only get addresses when we actually need them.
The text was updated successfully, but these errors were encountered:
We often call
getnewchangeaddress
for the Bitcoin Core wallet but then not use all the addresses. This leads to big gaps in the address space. We should figure out a way to go back and use the unused addresses or only get addresses when we actually need them.The text was updated successfully, but these errors were encountered: