1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix issue with raw transaction injected.

This commit is contained in:
Simon de la Rouviere 2016-02-22 22:10:25 +02:00
parent fddb99c9b3
commit bab37466d7

View File

@ -180,7 +180,7 @@ IdentityStore.prototype._signTransaction = function(password, txParams, cb){
nonce: txParams.nonce, nonce: txParams.nonce,
to: txParams.to, to: txParams.to,
value: txParams.value, value: txParams.value,
data: txParams.input, data: txParams.data,
gasPrice: txParams.gasPrice, gasPrice: txParams.gasPrice,
gasLimit: txParams.gas, gasLimit: txParams.gas,
}) })