Inline single-use vars in send-footer.utils

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent fb672e00df
commit 346505cab0
  1. 4
      ui/app/components/send/send-footer/send-footer.utils.js

@ -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…
Cancel
Save