askrene: safer iterating over changing htable
This change fixes a subtle bug in Core Lightning's askrene plugin where adding items back into a hash table while looping through it could cause some items to be skipped. The fix collects items that need to be re-added and inserts them onl…
2a3feb7eby Lagrang3+17−41 file