Commit 6b338b2
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 48d57cf commit 6b338b2
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6337 | 6337 | | |
6338 | 6338 | | |
6339 | 6339 | | |
| 6340 | + | |
| 6341 | + | |
| 6342 | + | |
| 6343 | + | |
| 6344 | + | |
6340 | 6345 | | |
6341 | 6346 | | |
6342 | 6347 | | |
| |||
7175 | 7180 | | |
7176 | 7181 | | |
7177 | 7182 | | |
| 7183 | + | |
7178 | 7184 | | |
7179 | 7185 | | |
7180 | 7186 | | |
| |||
0 commit comments