Commit 60219be
committed
fix(run.ts): commit transaction not included
Fix the issue where the transaction was successfully committed and
a transaction hash was obtained, but the transaction was never included
in a block.
Add a wait mechanism to ensure the transaction is mined or log the
error reason if it fails.1 parent 979e11f commit 60219be
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
617 | 625 | | |
618 | 626 | | |
619 | 627 | | |
| |||
0 commit comments