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 @@ -12990,7 +12990,7 @@ where
12990
12990
if outpoint_to_peer.get(&prev_hop.outpoint).is_none() {
12991
12991
log_error!(args.logger,
12992
12992
"We need to replay the HTLC claim for payment_hash {} (preimage {}) but cannot do so as the HTLC was forwarded prior to LDK 0.0.124.\
12993
- All HTLCs which were forwarded by LDK 0.0.123 and prior must be resolved prior to upgrading to LDK 0.1",
12993
+ All HTLCs that were forwarded by LDK 0.0.123 and prior must be resolved prior to upgrading to LDK 0.1",
12994
12994
htlc_payment_hash,
12995
12995
payment_preimage,
12996
12996
);
@@ -13006,7 +13006,7 @@ where
13006
13006
log_error!(args.logger,
13007
13007
"We need to replay the HTLC claim for payment_hash {} (preimage {}) but don't have all the required information to do so reliably.\
13008
13008
As long as the channel for the inbound edge of the forward remains open, this may work okay, but we may panic at runtime!\
13009
- All HTLCs which were forwarded by LDK 0.0.123 and prior must be resolved prior to upgrading to LDK 0.1\
13009
+ All HTLCs that were forwarded by LDK 0.0.123 and prior must be resolved prior to upgrading to LDK 0.1\
13010
13010
Continuing anyway, though panics may occur!",
13011
13011
htlc_payment_hash,
13012
13012
payment_preimage,
You can’t perform that action at this time.
0 commit comments