Commit 70ae54f
committed
Trivial: user_channel_id in pending_claims_to_replay
Adds support for passing user_channel_id into the pending_claims_to_replay vec,
which is used by the ChannelManager on startup.
For now user_channel_id is always set to None, but in upcoming commits we will
set it to Some when the downstream channel is still open (this is currently a
bug). Separated out here for reviewability.1 parent 3246010 commit 70ae54f
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18988 | 18988 | | |
18989 | 18989 | | |
18990 | 18990 | | |
18991 | | - | |
| 18991 | + | |
18992 | 18992 | | |
18993 | 18993 | | |
18994 | 18994 | | |
| |||
19354 | 19354 | | |
19355 | 19355 | | |
19356 | 19356 | | |
19357 | | - | |
| 19357 | + | |
19358 | 19358 | | |
19359 | 19359 | | |
19360 | 19360 | | |
| |||
19379 | 19379 | | |
19380 | 19380 | | |
19381 | 19381 | | |
| 19382 | + | |
19382 | 19383 | | |
19383 | 19384 | | |
19384 | 19385 | | |
| |||
19648 | 19649 | | |
19649 | 19650 | | |
19650 | 19651 | | |
| 19652 | + | |
19651 | 19653 | | |
19652 | 19654 | | |
19653 | 19655 | | |
| |||
19663 | 19665 | | |
19664 | 19666 | | |
19665 | 19667 | | |
19666 | | - | |
| 19668 | + | |
19667 | 19669 | | |
19668 | 19670 | | |
19669 | 19671 | | |
| |||
0 commit comments