Use {Chain,}TestingSetup's existing {Chainstate,Block}Manager and avoid
unnecessarily creating a local one.
This also helps reduce the code diff for a later commit where we change
{Chainstate,Block}Manager's constructor signature.
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/25815 | core#25815]]