PrecomputedTransactionData is initialized inside CheckInputScripts(). No need to pre-initialize it before calling into CheckInputScripts().
Normally, I wouldn’t bother, but we’re making changes to PrecomputedTransactionData
in #17977 which would break these tests without removing these constructions. Might as well get these changes out of the way here.