mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 17:18:44 +01:00
intro glossary: add 'outpoint'
Add a short definition of an outpoint.
This commit is contained in:
parent
05a4d18c1e
commit
f98689b598
1 changed files with 5 additions and 1 deletions
|
@ -128,7 +128,7 @@ See [BOLT #11: Invoice Protocol for Lightning Payments](11-payment-encoding.md)
|
||||||
Each *peer* holds the other peer's signature for this transaction, so that each
|
Each *peer* holds the other peer's signature for this transaction, so that each
|
||||||
always has a commitment transaction that it can spend. After a new
|
always has a commitment transaction that it can spend. After a new
|
||||||
commitment transaction is negotiated, the old one is *revoked*.
|
commitment transaction is negotiated, the old one is *revoked*.
|
||||||
* _See parts: commitment number, commitment revocation private key, HTLC, per-commitment secret_
|
* _See parts: commitment number, commitment revocation private key, HTLC, per-commitment secret, outpoint_
|
||||||
* _See related: closing transaction, funding transaction, penalty transaction_
|
* _See related: closing transaction, funding transaction, penalty transaction_
|
||||||
* _See types: revoked commitment transaction_
|
* _See types: revoked commitment transaction_
|
||||||
|
|
||||||
|
@ -185,6 +185,10 @@ See [BOLT #11: Invoice Protocol for Lightning Payments](11-payment-encoding.md)
|
||||||
* _See category: node_
|
* _See category: node_
|
||||||
* _See related: final node, processing node_
|
* _See related: final node, processing node_
|
||||||
|
|
||||||
|
* *Outpoint*:
|
||||||
|
* A transaction hash and output index that uniquely identify an unspent transaction output. Needed to compose a new transaction, as an input.
|
||||||
|
* _See related: funding transaction, commitment transaction_
|
||||||
|
|
||||||
* *Payment hash*:
|
* *Payment hash*:
|
||||||
* The *HTLC* contains the payment hash, which is the hash of the
|
* The *HTLC* contains the payment hash, which is the hash of the
|
||||||
*payment preimage*.
|
*payment preimage*.
|
||||||
|
|
Loading…
Add table
Reference in a new issue