Adjust the tx-history-service sending proper data based on spec

This commit is contained in:
apanizo 2018-10-05 17:32:19 +02:00
parent 85dc4f8b8b
commit a20f1a1568
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ const calculateBodyFrom = async (
data,
operation,
nonce,
safeTxGas: 0,
dataGas: 0,
gasPrice: 0,
gasToken: null,
refundReceiver: null,
contractTransactionHash,
transactionHash,
sender: getWeb3().toChecksumAddress(sender),