File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
the connecting peer in the ` init ` message (#1326 ).
42
42
* ` ChannelManager::accept_inbound_channel ` now takes a ` user_channel_id ` , which
43
43
is used in a similar manner as in outbound channels. (#1381 ).
44
+ * ` BackgroundProcessor ` now persists ` NetworkGraph ` on a timer and upon
45
+ shutdown as part of a new ` Persister ` trait, which also includes
46
+ ` ChannelManager ` persistence (#1376 ).
44
47
* ` ProbabilisticScoringParameters ` now has a ` base_penalty_msat ` option, which
45
48
default to 500 msats. It is applied at each hop to help avoid longer paths
46
49
(#1375 ).
72
75
* Reduced time spent processing ` channel_update ` messages by checking
73
76
signatures after checking if no newer messages have already been processed
74
77
(#1380 ).
75
- * ` BackgroundProcessor ` now persists ` NetworkGraph ` on a timer and upon
76
- shutdown as part of a new ` Persister ` trait, which also includes
77
- ` ChannelManager ` persistence (#1376 ).
78
78
* Fixed a few issues in ` find_route ` which caused preferring paths with a
79
79
higher cost (#1398 ).
80
80
* Fixed an issue in ` ProbabilisticScorer ` where a channel with not enough
You can’t perform that action at this time.
0 commit comments