mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
Merge pull request #8662 from fuyangpengqi/master
chore: fix function names in comment
This commit is contained in:
@ -1932,7 +1932,7 @@ func newFundingShimAssembler(chanPointShim *lnrpc.ChanPointShim, initiator bool,
|
||||
), nil
|
||||
}
|
||||
|
||||
// newFundingShimAssembler returns a new fully populated
|
||||
// newPsbtAssembler returns a new fully populated
|
||||
// chanfunding.PsbtAssembler using a FundingShim obtained from an RPC caller.
|
||||
func newPsbtAssembler(req *lnrpc.OpenChannelRequest,
|
||||
psbtShim *lnrpc.PsbtShim, netParams *chaincfg.Params) (
|
||||
|
Reference in New Issue
Block a user