From 48c312bcf39908624be510d960f5078e0fc7bf04 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Tue, 15 Nov 2016 19:04:54 +0100 Subject: [PATCH] only 2 bytes for open_channel.max-num-htlcs --- 02-peer-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 8ec8fff10..fa82d3ed4 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -62,8 +62,8 @@ desire to set up a new channel. * [8:max-htlc-value-in-flight-msat] * [8:channel-reserve-satoshis] * [4:htlc-minimum-msat] - * [4:max-num-htlcs] * [4:feerate-per-kb] + * [2:max-num-htlcs] * [2:to-self-delay] * [33:Funding pubkey] * [33:HAKD base point]