Commit 86b27ad
authored
fix: do not set slot number in Solana's "waitFor" log message (#1861)
This PR drop the slot number from the "wait for" message used for the solana
test-container. This is because the solana-test-validator application will
often start logging at a higher slot when you configure it with a faster
block rate (i.e., with `--ticks-per-slot 20`).1 parent 28c34d7 commit 86b27ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments