mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
lnwire: fix minor typo in tests
This commit is contained in:
@@ -38,8 +38,8 @@ func TestChannelIDOutPointConversion(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestGenPossibleOutPoints ensures taht the GenPossibleOutPoints generates a
|
// TestGenPossibleOutPoints ensures that the GenPossibleOutPoints generates a
|
||||||
// vali set of outpoints for a channelID. A set of outpoints is valid iff, the
|
// 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
|
// root outpoint (the outpoint that generated the ChannelID) is included in the
|
||||||
// returned set of outpoints.
|
// returned set of outpoints.
|
||||||
func TestGenPossibleOutPoints(t *testing.T) {
|
func TestGenPossibleOutPoints(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user