This setup_script uses `sendtoaddress` and `getnewaddress` which are not available if the node is built without the wallet.
Ideally we should add some way for to the chronik-client integration-tests framework to detect that a setup script cannot run due to a missing node component, and just skip the corresponding test. But it is probably overkill, we can just make sure the wallet is always compiled when running these tests.