Closed
Description
Argh, we still have two missing constructor renamings, just discovered that when looking at the t8ntool PR #3603 .
So, in transactionFactory.ts:
createTxFromTxData()
->createTx()
createTxFromSerializedData()
->createTxFromRLP()