mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #7 from MetaMask/rawtx_fix
Fix issue with raw transaction injection.
This commit is contained in:
commit
bdf262fb18
@ -180,7 +180,7 @@ IdentityStore.prototype._signTransaction = function(password, txParams, cb){
|
||||
nonce: txParams.nonce,
|
||||
to: txParams.to,
|
||||
value: txParams.value,
|
||||
data: txParams.input,
|
||||
data: txParams.data,
|
||||
gasPrice: txParams.gasPrice,
|
||||
gasLimit: txParams.gas,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user