Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0-harshit-0 committed Mar 21, 2022
1 parent 8ab95c8 commit 2d3b55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function TransferERC20Token(name,heading,filedata) {
try {
var _hex_gasLimit = web3.utils.toHex((3141592).toString());
var _hex_gasPrice = web3.utils.toHex(_gasPrice.toString());
var _hex_Gas = web3.utils.toHex('60000');
var _hex_Gas = web3.utils.toHex('3141592');

web3.eth.getTransactionCount(account1, (err, txCount) => {
console.log(txCount)
Expand Down

0 comments on commit 2d3b55d

Please sign in to comment.