mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 15:17:32 +01:00
Oops typo
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b3f812e5da
commit
84df87255f
@@ -21,8 +21,8 @@ type FundingRequest struct {
|
||||
//(This can be used to fund the Reserve)
|
||||
//If the responder disagrees, then the funding request fails
|
||||
//THIS VALUE GOES INTO THE RESPONDER'S FUNDING AMOUNT
|
||||
//total requester input value = RequesterFundingAmount + PaymentAmount + "Total Change"
|
||||
//RequesterFundingAmount = "Available Balance" - RequesterReserveAmount
|
||||
//total requester input value = RequesterFundingAmount + PaymentAmount + "Total Change" + Fees(?)
|
||||
//RequesterFundingAmount = "Available Balance" + RequesterReserveAmount
|
||||
PaymentAmount btcutil.Amount
|
||||
|
||||
//Minimum number of confirmations to validate transaction
|
||||
|
||||
Reference in New Issue
Block a user