Commit 8a67f2a
committed
Add reenatrancy guard for
We add a reenatrancy guard to disallow entering
`process_pending_htlc_forwards` multiple times. This makes sure that
we'd skip any additional processing calls if a prior round/batch of
processing is still underway.process_pending_htlc_forwards
1 parent c85edf2 commit 8a67f2a
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6337 | 6337 | | |
6338 | 6338 | | |
6339 | 6339 | | |
| 6340 | + | |
| 6341 | + | |
| 6342 | + | |
| 6343 | + | |
| 6344 | + | |
| 6345 | + | |
| 6346 | + | |
| 6347 | + | |
6340 | 6348 | | |
6341 | 6349 | | |
6342 | 6350 | | |
| |||
7178 | 7186 | | |
7179 | 7187 | | |
7180 | 7188 | | |
| 7189 | + | |
7181 | 7190 | | |
7182 | 7191 | | |
7183 | 7192 | | |
| |||
0 commit comments