Skip to content

Commit 438e1e3

Browse files
authored
Merge pull request #1075 from yingjingyang/main
modify(basic): modify mempool.js
2 parents 5fd2776 + 66f9cb1 commit 438e1e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

basic/05-ethersjs-erc20/mempool.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ async function main() {
2727
console.log(`[${(new Date).toLocaleTimeString()}] : ${txHash}`);
2828
console.log(tx);
2929
j++
30-
}else{
31-
finishFlag = true
3230
}
3331
}, 1000));
3432

0 commit comments

Comments
 (0)