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 @@ -1245,7 +1245,7 @@ where L::Target: Logger {
1245
1245
// unblinded payee id as an option. We also need a non-optional "payee id" for path construction,
1246
1246
// so use a dummy id for this in the blinded case.
1247
1247
let payee_node_id_opt = payment_params. payee . node_id ( ) . map ( |pk| NodeId :: from_pubkey ( & pk) ) ;
1248
- const DUMMY_BLINDED_PAYEE_ID : [ u8 ; 33 ] = [ 42u8 ; 33 ] ;
1248
+ const DUMMY_BLINDED_PAYEE_ID : [ u8 ; 33 ] = [ 2 ; 33 ] ;
1249
1249
let maybe_dummy_payee_pk = payment_params. payee . node_id ( ) . unwrap_or_else ( || PublicKey :: from_slice ( & DUMMY_BLINDED_PAYEE_ID ) . unwrap ( ) ) ;
1250
1250
let maybe_dummy_payee_node_id = NodeId :: from_pubkey ( & maybe_dummy_payee_pk) ;
1251
1251
let our_node_id = NodeId :: from_pubkey ( & our_node_pubkey) ;
You can’t perform that action at this time.
0 commit comments