@@ -165,7 +165,7 @@ pub(super) fn create_fwd_pending_htlc_info(
165
165
InboundHTLCErr {
166
166
reason,
167
167
err_data,
168
- msg : "Underflow calculating outbound amount or CLTV value for Trampoline forward " ,
168
+ msg : "Trampoline onion's amt or CLTV values exceeded the outer onion's " ,
169
169
}
170
170
} ) ?;
171
171
(
@@ -200,7 +200,7 @@ pub(super) fn create_fwd_pending_htlc_info(
200
200
InboundHTLCErr {
201
201
reason : LocalHTLCFailureReason :: InvalidOnionBlinding ,
202
202
err_data : vec ! [ 0 ; 32 ] ,
203
- msg : "Underflow calculating outbound amount or CLTV value for Trampoline forward " ,
203
+ msg : "Trampoline onion's amt or CLTV values exceeded the outer onion's " ,
204
204
}
205
205
} ) ?;
206
206
(
@@ -333,7 +333,7 @@ pub(super) fn create_recv_pending_htlc_info(
333
333
InboundHTLCErr {
334
334
reason,
335
335
err_data,
336
- msg : "Underflow calculating skimmable amount or CLTV value for Trampoline receive " ,
336
+ msg : "Trampoline onion's amt or CLTV values exceeded the outer onion's " ,
337
337
}
338
338
} ) ?;
339
339
( payment_data, keysend_preimage, custom_tlvs, sender_intended_htlc_amt_msat,
@@ -364,7 +364,7 @@ pub(super) fn create_recv_pending_htlc_info(
364
364
InboundHTLCErr {
365
365
reason : LocalHTLCFailureReason :: InvalidOnionBlinding ,
366
366
err_data : vec ! [ 0 ; 32 ] ,
367
- msg : "Underflow calculating skimmable amount or CLTV value for Trampoline receive " ,
367
+ msg : "Trampoline onion's amt or CLTV values exceeded the outer onion's " ,
368
368
}
369
369
} ) ?;
370
370
( Some ( payment_data) , keysend_preimage, custom_tlvs,
0 commit comments