File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
## Bug Fixes
58
58
* Fixed a bug where a delay in processing a ` PaymentSent ` event longer than the
59
- time taken to persist a ` ChannelMonitor ` update, when ocurring immediately
59
+ time taken to persist a ` ChannelMonitor ` update, when occurring immediately
60
60
prior to a crash, may result in the ` PaymentSent ` event being lost (#2048 ).
61
61
* Fixed spurious rejections of rapid gossip sync data when the graph has been
62
62
updated by other means between gossip syncs (#2046 ).
@@ -88,7 +88,7 @@ cases in the route finding logic.
88
88
* A division-by-zero issue was fixed in the ` ProbabilisticScorer ` if the amount
89
89
being sent (including previous-hop fees) is equal to a channel's capacity
90
90
while walking the graph (#2072 ). The division-by-zero was introduced with
91
- historical data trakcing in LDK 0.0.112.
91
+ historical data tracking in LDK 0.0.112.
92
92
93
93
# 0.0.113 - Dec 16, 2022 - "Big Movement Intercepted"
94
94
You can’t perform that action at this time.
0 commit comments