Fixes #26098
Wait for the expected 'basic block filter index' to not cause issues when calling /blockfilterheaders/basic/, like:
https://github.com/bitcoin/bitcoin/blob/9bd842a5928f160c1bc8fca6ca7d8d43f096fd6a/src/rest.cpp#L423-L424
Fixes #26098
Wait for the expected 'basic block filter index' to not cause issues when calling /blockfilterheaders/basic/, like:
https://github.com/bitcoin/bitcoin/blob/9bd842a5928f160c1bc8fca6ca7d8d43f096fd6a/src/rest.cpp#L423-L424
Reviewed, everything works on local build, checks and test/functional/interface_rest.py.