Skip to content

Commit

Permalink
Merge pull request #1075 from yingjingyang/main
Browse files Browse the repository at this point in the history
modify(basic): modify mempool.js
  • Loading branch information
yingjingyang authored Mar 30, 2024
2 parents 5fd2776 + 66f9cb1 commit 438e1e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basic/05-ethersjs-erc20/mempool.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ async function main() {
console.log(`[${(new Date).toLocaleTimeString()}] : ${txHash}`);
console.log(tx);
j++
}else{
finishFlag = true
}
}, 1000));

Expand Down

0 comments on commit 438e1e3

Please sign in to comment.