Skip to content

Commit

Permalink
Merge pull request #3716 from kigawas/patch-1
Browse files Browse the repository at this point in the history
Update web3-eth.rst
  • Loading branch information
spacesailor24 committed Oct 19, 2020
2 parents 099fe36 + 08ff568 commit b3a7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-eth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ Example
// using the callback
web3.eth.sendTransaction({
from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe',
data: code // deploying a contracrt
data: code // deploying a contract
}, function(error, hash){
...
});
Expand Down

0 comments on commit b3a7bc6

Please sign in to comment.