|
|
|
@ -548,7 +548,6 @@ SendTransactionScreen.prototype.getEditedTx = function () { |
|
|
|
|
selectedToken, |
|
|
|
|
editingTransactionId, |
|
|
|
|
unapprovedTxs, |
|
|
|
|
nonce, |
|
|
|
|
} = this.props |
|
|
|
|
|
|
|
|
|
const editingTx = { |
|
|
|
@ -560,10 +559,6 @@ SendTransactionScreen.prototype.getEditedTx = function () { |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (nonce) { |
|
|
|
|
editingTx.txParams.nonce = ethUtil.addHexPrefix(nonce) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (selectedToken) { |
|
|
|
|
const data = TOKEN_TRANSFER_FUNCTION_SIGNATURE + Array.prototype.map.call( |
|
|
|
|
ethAbi.rawEncode(['address', 'uint256'], [to, ethUtil.addHexPrefix(amount)]), |
|
|
|
|