2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00

2 party -> two-party

This commit is contained in:
Brian McMichael 2020-02-22 21:02:44 -05:00
parent 44c702da64
commit be5d262160

View File

@ -268,7 +268,7 @@ Millisatoshi::
multisignature::
Multisignature (multisig) refers to requiring more than one key to authorize a Bitcoin transaction.
Payment channels are always encoded as multisignature addresses requiring one signature from each peer of the payment channel.
In the standard case of a 2 party payment channel a 2-2 multisignature address is used.
In the standard case of a two-party payment channel a 2-2 multisignature address is used.
Noise_XK::
The template of the Noise protocol framework to establish an authenticated and encrypted communication channel between two peers of the lightning network.