lnd_test: fix spelling

This commit is contained in:
Johan T. Halseth 2019-05-24 14:17:49 +02:00
parent ca1e9dcecb
commit 991b4174fd
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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