mirror of
https://github.com/lnbook/lnbook
synced 2024-11-04 18:00:26 +00:00
duplicate words
This commit is contained in:
parent
c57b22789b
commit
3f8084760f
@ -159,7 +159,7 @@ Naturally one would assume that Alice should still be in the possession of the 1
|
||||
This can actually be easily achieved with the following construction:
|
||||
|
||||
. Alice creates a new private / public key pair and informs Bob that she wishes to open a channel via the `open_channel` message.
|
||||
. Bob also creates a new private / public key pair and agrees to Alice to accept a channel from Alice while sending his public key to Alice via the `accept_channel` message.
|
||||
. Bob also creates a new private / public key pair and agrees to accept a channel from Alice while sending his public key to Alice via the `accept_channel` message.
|
||||
. Alice now creates a funding transaction from her wallet that sends 10 mBTC to the multisignature address with a locking script `2 <Public Key A> <Public Key B> 2 CHECKMULTISIG`.
|
||||
. Alice does not broadcast the funding transaction but informs Bob about the transaction id of the funding transaction by sending a `funding_created` message.
|
||||
. Both Alice and Bob create their version of a commitment transaction. This Transaction will spend from the funding transaction and send all the bitcoin back to an address controlled by Alice.
|
||||
|
Loading…
Reference in New Issue
Block a user