1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 09:10:07 +01:00

intro glossary: add 'outpoint'

Add a short definition of an outpoint.
This commit is contained in:
lisa neigut 2018-09-21 17:52:53 -07:00 committed by Rusty Russell
parent 05a4d18c1e
commit f98689b598

View file

@ -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
always has a commitment transaction that it can spend. After a new
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 types: revoked commitment transaction_
@ -185,6 +185,10 @@ See [BOLT #11: Invoice Protocol for Lightning Payments](11-payment-encoding.md)
* _See category: 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*:
* The *HTLC* contains the payment hash, which is the hash of the
*payment preimage*.