Skip to content

Commit

Permalink
docs: paych - correct comments on store fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Sep 3, 2020
1 parent 3daa0b5 commit 1d3a21f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paychmgr/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ type ChannelInfo struct {
ChannelID string
// Channel address - may be nil if the channel hasn't been created yet
Channel *address.Address
// Control is the address of the account that created the channel
// Control is the address of the local node
Control address.Address
// Target is the address of the account on the other end of the channel
// Target is the address of the remote node (on the other end of the channel)
Target address.Address
// Direction indicates if the channel is inbound (this node is the Target)
// or outbound (this node is the Control)
// Direction indicates if the channel is inbound (Control is the "to" address)
// or outbound (Control is the "from" address)
Direction uint64
// Vouchers is a list of all vouchers sent on the channel
Vouchers []*VoucherInfo
Expand Down

0 comments on commit 1d3a21f

Please sign in to comment.