1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Inline single-use vars in send-footer.utils

This commit is contained in:
Whymarrh Whitby 2018-07-17 12:41:43 -02:30
parent fb672e00df
commit 346505cab0

View File

@ -22,9 +22,7 @@ function constructTxParams ({ selectedToken, data, to, amount, from, gas, gasPri
txParams.to = to
}
const hexPrefixedTxParams = addHexPrefixToObjectValues(txParams)
return hexPrefixedTxParams
return addHexPrefixToObjectValues(txParams)
}
function constructUpdatedTx ({