fix: paych To()
This commit is contained in:
parent
82b95e34b7
commit
c40c1361f0
@ -22,7 +22,7 @@ func (s *v0State) From() address.Address {
|
|||||||
|
|
||||||
// Recipient of payouts from channel
|
// Recipient of payouts from channel
|
||||||
func (s *v0State) To() address.Address {
|
func (s *v0State) To() address.Address {
|
||||||
return s.State.From
|
return s.State.To
|
||||||
}
|
}
|
||||||
|
|
||||||
// Height at which the channel can be `Collected`
|
// Height at which the channel can be `Collected`
|
||||||
|
Loading…
Reference in New Issue
Block a user