lnd_test: fix spelling
This commit is contained in:
parent
ca1e9dcecb
commit
991b4174fd
@ -719,7 +719,7 @@ func getChanInfo(ctx context.Context, node *lntest.HarnessNode) (
|
|||||||
}
|
}
|
||||||
if len(channelInfo.Channels) != 1 {
|
if len(channelInfo.Channels) != 1 {
|
||||||
return nil, fmt.Errorf("node should only have a single "+
|
return nil, fmt.Errorf("node should only have a single "+
|
||||||
"channel, instead he has %v", len(channelInfo.Channels))
|
"channel, instead it has %v", len(channelInfo.Channels))
|
||||||
}
|
}
|
||||||
|
|
||||||
return channelInfo.Channels[0], nil
|
return channelInfo.Channels[0], nil
|
||||||
|
Loading…
Reference in New Issue
Block a user