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:
parent
fb672e00df
commit
346505cab0
@ -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 ({
|
||||
|
Loading…
Reference in New Issue
Block a user