< sipa>
if you remove the "range": [0, 100] on line 254-255, it doesn't
< achow101>
sipa: is the issue with fetching the second address, i.e. at index 1?
< achow101>
sipa: oh, I see what the problem is. ParseRange (called by ParseDescriptorRange) takes the value given as the end of the range, not the start
< achow101>
although TopUp should be called so that shouldn't matter
< achow101>
oh, without range, so no parsing happens
< achow101>
sipa: ok, the real problem is that that test has -keypool=1 and that self.psbt_offline doesn't use any rpc that calls topup before it tries to sign
< sipa>
achow101: oh!
< sipa>
that explains
< achow101>
sipa: listdescriptors outputs the range so it's useful to use that to debug too
< sipa>
is keypool=1 just the default in the functional tests?
< achow101>
yeah
< achow101>
it's set in the bitcoin.conf in test_framework/util
< bitcoin-git>
[bitcoin] ajtowns opened pull request #21377: Speedy trial support for versionbits (master...202103-bip9-speedy-trial-support) https://github.com/bitcoin/bitcoin/pull/21377
< bitcoin-git>
[bitcoin] ajtowns opened pull request #21378: Convert taproot to flag day activation (master...202103-taproot-flag-day) https://github.com/bitcoin/bitcoin/pull/21378