Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion client/proposalmsgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,12 @@ func (LedgerChannelProposal) Matches(acc ChannelProposalAccept) bool {
}

// NewLedgerChannelProposal creates a ledger channel proposal and applies the
// supplied options. For more information, see ProposalOpts.
// supplied options.
// challengeDuration is the on-chain challenge duration in seconds.
// participant is our wallet address.
// initBals are the initial balances.
// peers are the wire addresses of the channel participants.
// For more information, see ProposalOpts.
func NewLedgerChannelProposal(
challengeDuration uint64,
participant wallet.Address,
Expand Down