Functional tests have a constant that defines normal parameters to getblocktemplate but some tests were still hardcoding its value. This PR updates those tests to use the constant instead, so that if normal parameters to getblocktemplate need to be changed, it is only necessary to change them in a single place.
This is preparatory work for the implementation of BIP 54, which introduces a new GBT "forced" rule.