Skip to content

Commit dd07fba

Browse files
committed
f sp
1 parent 76c31ba commit dd07fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12990,7 +12990,7 @@ where
1299012990
if outpoint_to_peer.get(&prev_hop.outpoint).is_none() {
1299112991
log_error!(args.logger,
1299212992
"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",
1299412994
htlc_payment_hash,
1299512995
payment_preimage,
1299612996
);
@@ -13006,7 +13006,7 @@ where
1300613006
log_error!(args.logger,
1300713007
"We need to replay the HTLC claim for payment_hash {} (preimage {}) but don't have all the required information to do so reliably.\
1300813008
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\
1301013010
Continuing anyway, though panics may occur!",
1301113011
htlc_payment_hash,
1301213012
payment_preimage,

0 commit comments

Comments
 (0)