Follow up from #10069
fundrawtransaction.py is using two variables: rawtx and rawTx, which can be easily confused (see #10069). This PR rename everything in rawtx.
Inverted backport of Core PR10083 (rawtx -> rawTx instead of rawTx -> rawtx)
Depends on D2522