File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ where L::Target: Logger {
1295
1295
// unblinded payee id as an option. We also need a non-optional "payee id" for path construction,
1296
1296
// so use a dummy id for this in the blinded case.
1297
1297
let payee_node_id_opt = payment_params. payee . node_id ( ) . map ( |pk| NodeId :: from_pubkey ( & pk) ) ;
1298
- const DUMMY_BLINDED_PAYEE_ID : [ u8 ; 33 ] = [ 42u8 ; 33 ] ;
1298
+ const DUMMY_BLINDED_PAYEE_ID : [ u8 ; 33 ] = [ 2 ; 33 ] ;
1299
1299
let maybe_dummy_payee_pk = payment_params. payee . node_id ( ) . unwrap_or_else ( || PublicKey :: from_slice ( & DUMMY_BLINDED_PAYEE_ID ) . unwrap ( ) ) ;
1300
1300
let maybe_dummy_payee_node_id = NodeId :: from_pubkey ( & maybe_dummy_payee_pk) ;
1301
1301
let our_node_id = NodeId :: from_pubkey ( & our_node_pubkey) ;
You can’t perform that action at this time.
0 commit comments