From d9c571d25d46502d8473910e98ebc9ca44126f26 Mon Sep 17 00:00:00 2001 From: niftynei Date: Sun, 12 Nov 2023 15:10:12 -0600 Subject: [PATCH] dual-fund, nit: change wording on common input heuristic Suggested-By: @devrandom --- 02-peer-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 4002a59..28afb94 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -1317,8 +1317,8 @@ Upon receipt of consecutive `tx_complete`s, the receiving node: - MUST fail the negotiation if: - the transaction's total fees is less than the last successfully negotiated transaction's fees - - the transaction does not share a common input with all previous - funding transactions + - the transaction does not share at least one input with + each previous funding transaction - if it has sent `require_confirmed_inputs` in `open_channel2` or `accept_channel2`: - MUST fail the negotiation if: - one of the inputs added by the other peer is unconfirmed