Skip to content

add max index option

Chris requested to merge feat/conf-max-index into dev
  • Add maxIndex option to configure index limit for scanning addresses
  • Use maxIndex option as limit in getUnspentInputs()
  • Scan all address from 0 to maxIndex if getAccountData() returns 0 balance

Merge request reports