Yeah you’re right, this doesn’t add anything. I wanted to check that a user had clear instructions on how to build the new txindex, but they wouldn’t have to do anything at all, as they’re already expected to keep -txindex
in startup options every time.
Could explicitly add a check that we’re indeed building a new txindex (as opposed to somehow using the legacy one), but that doesn’t seem like a likely issue either so may not be worth testing? No strong view, so can be marked as resolved.
0 with self.nodes[1].assert_debug_log(expected_msgs=['Syncing txindex with block chain from height 0']):
1 self.start_node(1, extra_args=["-txindex"])