feature_assumeutxo.py failures were a race with -fastprune 64 KiB blockfiles,
the normal chainstate can fill blk00000.dat and roll to blk00002.dat while the snapshot chainstate writes blk00001.dat before -stopatheight trips…the test now tolerates blk00002.dat and logs when it appears
the behavior remains unchanged, so we just stop failing on a benign rollover..
i believe this should fix #33635