Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Remove unused param from the README's example
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 25, 2019
1 parent b564c15 commit 39aec25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const txParams = {
gasLimit: '0x2710',
to: '0x0000000000000000000000000000000000000000',
value: '0x00',
data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057',
// EIP 155 chainId - mainnet: 1, ropsten: 3
chainId: 3,
data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057'
}

const tx = new EthereumTx(txParams)
Expand Down

0 comments on commit 39aec25

Please sign in to comment.