mirror of
https://github.com/lightning/bolts.git
synced 2025-03-09 15:52:43 +01:00
dual-fund, nit: change wording on common input heuristic
Suggested-By: @devrandom
This commit is contained in:
parent
f0c9ff732f
commit
d9c571d25d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue