mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding
Since the the encoding can be used for multiple different fields, we rename it here to be more generic.
This commit is contained in:
@@ -44,7 +44,7 @@ func TestReplyChannelRangeEmpty(t *testing.T) {
|
||||
|
||||
emptyChannelsTests := []struct {
|
||||
name string
|
||||
encType ShortChanIDEncoding
|
||||
encType QueryEncoding
|
||||
encodedHex string
|
||||
}{
|
||||
{
|
||||
|
Reference in New Issue
Block a user