`ninja check-functional`
Verify that renaming the `get_stakes` function did not affect any other test.
`grep -r get_stakes test/functional`
Run the tests with the wallet disabled:
```
cmake .. -DBUILD_BITCOIN_WALLET=OFF -GNinja
ninja check-functional
```