mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-09 21:18:01 -05:00
error One of our tests uses too many local variables and causes stack too deep errors unless optimized `--via-ir`. We've introduced `--via-ir` to work around that until a proper fix is done. The downside of using that option is that compilation times get significantly longer. This commit restructures the test such that it doesn't use as many local variables.