I am using the sample code of recover_raw_transaction. However, I am getting different results.
For example. The transaction fields of 0x784fed92b7eae2853dd7a22460760613c5345ad97aff660d26c657e9f19c6a3d, when submitted to the same function recover_raw_transaction gives me this hex:
I am trying to get the raw transaction hex from transaction values as discussed here: https://github.com/ethereum/eth-account/issues/106
I am using the sample code of
recover_raw_transaction
. However, I am getting different results.For example. The transaction fields of
0x784fed92b7eae2853dd7a22460760613c5345ad97aff660d26c657e9f19c6a3d
, when submitted to the same functionrecover_raw_transaction
gives me this hex:while I should get:
https://etherscan.io/getRawTx?tx=0x784fed92b7eae2853dd7a22460760613c5345ad97aff660d26c657e9f19c6a3d
The hex is quite close but on multiple places it is still different.
Do you have any idea why is that and how can I fix it? @Pet3ris