We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fe85e7 + e6eafd4 commit 2aeea30Copy full SHA for 2aeea30
client/proposalmsgs.go
@@ -260,7 +260,12 @@ func (LedgerChannelProposal) Matches(acc ChannelProposalAccept) bool {
260
}
261
262
// NewLedgerChannelProposal creates a ledger channel proposal and applies the
263
-// supplied options. For more information, see ProposalOpts.
+// supplied options.
264
+// challengeDuration is the on-chain challenge duration in seconds.
265
+// participant is our wallet address.
266
+// initBals are the initial balances.
267
+// peers are the wire addresses of the channel participants.
268
+// For more information, see ProposalOpts.
269
func NewLedgerChannelProposal(
270
challengeDuration uint64,
271
participant wallet.Address,
0 commit comments