ch-07: qualify what "sufficient confirmations" is for chan funding

pull/740/head
Olaoluwa Osuntokun 3 years ago
parent 4c205376b5
commit f34f8e6995
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

@ -157,7 +157,7 @@ Second, Alice constructs the funding and refund transactions (as we will see lat
The name of the +funding_signed+ message can be a bit confusing. This message does not contain a signature for the funding transaction but it rather contains Bob's signature for the refund transaction that allows Alice to claim her bitcoin back from the multisig.
====
Once the transaction has sufficient confirmations, Alice and Bob exchange a +funding_locked+ messages and the channel enters normal operating mode.
Once the transaction has sufficient confirmations (as defined my the `minimum_depth` field in the `accept_channel` message), Alice and Bob exchange a +funding_locked+ messages and the channel enters normal operating mode.
===== The open_channel message

Loading…
Cancel
Save