fix: paych To()

This commit is contained in:
Dirk McCormick 2020-09-17 18:14:07 +02:00
parent 82b95e34b7
commit c40c1361f0

View File

@ -22,7 +22,7 @@ func (s *v0State) From() address.Address {
// Recipient of payouts from channel
func (s *v0State) To() address.Address {
return s.State.From
return s.State.To
}
// Height at which the channel can be `Collected`