mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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
|
txParams.to = to
|
||||||
}
|
}
|
||||||
|
|
||||||
const hexPrefixedTxParams = addHexPrefixToObjectValues(txParams)
|
return addHexPrefixToObjectValues(txParams)
|
||||||
|
|
||||||
return hexPrefixedTxParams
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function constructUpdatedTx ({
|
function constructUpdatedTx ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user