Commit 6f5bcf6
authored
cherry-pick of #18374
---
when exec responds with !ready (say due to pruning) Caplin should try
again before it gives up
that seems to be the intent in the code but the implementation has a bug
- it uses a `Timer` instead of a `Ticker`
we're getting missed (orphaned) blocks due to this
1 parent 3717a8c commit 6f5bcf6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments