mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-19 21:31:04 +02:00
Oops typo
This commit is contained in:
parent
b3f812e5da
commit
84df87255f
@ -51,12 +51,12 @@ Transaction.
|
|||||||
|
|
||||||
Close Channel
|
Close Channel
|
||||||
-------------
|
-------------
|
||||||
One party unilaterally sends their sig to the other party. No further channel
|
One party unilaterally sends their sig and fee amount to the other party. No
|
||||||
updates are possible. In the future, we might include HTLCs in the outputs, but
|
further channel updates are possible. In the future, we might include HTLCs in
|
||||||
for now, we're assuming *all* HTLCs are cleared out.
|
the outputs, but for now, we're assuming *all* HTLCs are cleared out.
|
||||||
|
|
||||||
Close Channel Complete
|
Close Channel Complete
|
||||||
----------------------
|
----------------------
|
||||||
Returns the Txid as a courtesy. The counterparty may not send this if they're
|
Returns the Txid and sig as a courtesy. The counterparty might not send this if
|
||||||
being non-cooperative.
|
they're being non-cooperative.
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ type FundingRequest struct {
|
|||||||
//(This can be used to fund the Reserve)
|
//(This can be used to fund the Reserve)
|
||||||
//If the responder disagrees, then the funding request fails
|
//If the responder disagrees, then the funding request fails
|
||||||
//THIS VALUE GOES INTO THE RESPONDER'S FUNDING AMOUNT
|
//THIS VALUE GOES INTO THE RESPONDER'S FUNDING AMOUNT
|
||||||
//total requester input value = RequesterFundingAmount + PaymentAmount + "Total Change"
|
//total requester input value = RequesterFundingAmount + PaymentAmount + "Total Change" + Fees(?)
|
||||||
//RequesterFundingAmount = "Available Balance" - RequesterReserveAmount
|
//RequesterFundingAmount = "Available Balance" + RequesterReserveAmount
|
||||||
PaymentAmount btcutil.Amount
|
PaymentAmount btcutil.Amount
|
||||||
|
|
||||||
//Minimum number of confirmations to validate transaction
|
//Minimum number of confirmations to validate transaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user