From 3c11006b12f0da4df25cf630a3f8e1652f2058b4 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 20 Jun 2016 21:56:14 -0700 Subject: [PATCH] lnwire: add forgotten godoc comment for SFR --- lnwire/single_funding_request.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnwire/single_funding_request.go b/lnwire/single_funding_request.go index 62471b536..4bb071273 100644 --- a/lnwire/single_funding_request.go +++ b/lnwire/single_funding_request.go @@ -50,7 +50,9 @@ type SingleFundingRequest struct { // in the pay-to-self output of both commitment transactions. CsvDelay uint32 - // CommitmentKey... + // CommitmentKey is key the initiator of the funding workflow wishes to + // use within their versino of the commitment transaction for any + // delayed (CSV) or immediate outputs to them. CommitmentKey *btcec.PublicKey // ChannelDerivationPoint is an secp256k1 point which will be used to