Skip to content

Commit 673a49f

Browse files
committed
Remove the now finished TODO
1 parent f8ea02d commit 673a49f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ impl BlindedPaymentPath {
109109
/// Errors if:
110110
/// * [`BlindedPayInfo`] calculation results in an integer overflow
111111
/// * any unknown features are required in the provided [`ForwardTlvs`]
112-
// TODO: make all payloads the same size with padding + add dummy hops
113112
pub fn new<ES: EntropySource, T: secp256k1::Signing + secp256k1::Verification>(
114113
intermediate_nodes: &[PaymentForwardNode], payee_node_id: PublicKey,
115114
local_node_receive_key: ReceiveAuthKey, payee_tlvs: ReceiveTlvs, htlc_maximum_msat: u64,

0 commit comments

Comments
 (0)