Browse Source

lnwire: fix minor typo in tests

master
Olaoluwa Osuntokun 7 years ago
parent
commit
dc39d3f2c5
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
  1. 4
      lnwire/channel_id_test.go

4
lnwire/channel_id_test.go

@ -38,8 +38,8 @@ func TestChannelIDOutPointConversion(t *testing.T) {
}
}
// TestGenPossibleOutPoints ensures taht the GenPossibleOutPoints generates a
// vali set of outpoints for a channelID. A set of outpoints is valid iff, the
// TestGenPossibleOutPoints ensures that the GenPossibleOutPoints generates a
// valid set of outpoints for a channelID. A set of outpoints is valid iff, the
// root outpoint (the outpoint that generated the ChannelID) is included in the
// returned set of outpoints.
func TestGenPossibleOutPoints(t *testing.T) {

Loading…
Cancel
Save