Adds one of the missing tests of issue #17394: the function IsStandardTx() returns rejection reason tx-size
if the transaction’s size is larger than MAX_STANDARD_TX_WEIGHT, which is as of now defined as 400000.
Simply increasing the size of vin
seemed the easiest way to test this case.
Heavily inspired by #17480