Skip to content

Commit

Permalink
Merge pull request #474 from gagarin55/fix-estimateGas-parity
Browse files Browse the repository at this point in the history
problem: Empty string for data prop for eth_estimateGas rpc call
  • Loading branch information
gagarin55 committed Feb 5, 2018
2 parents 9d98b03 + 55a8d4b commit 7e80eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tx/CreateTx/create.js
Expand Up @@ -141,7 +141,6 @@ const CreateTx = connect(
gas: toHex(data.gas),
to: data.to,
value: toHex(etherToWei(data.value)),
data: '',
};
}

Expand Down

0 comments on commit 7e80eed

Please sign in to comment.