general: fix typos, rename variables, add comments

This commit is contained in:
Andrey Samokhvalov
2016-10-26 15:25:42 +03:00
committed by Olaoluwa Osuntokun
parent b70d1f8cfe
commit 5b9e4ae61e
9 changed files with 23 additions and 17 deletions

View File

@ -29,7 +29,9 @@ import (
)
const (
OpenChannelFundingError = 100
// ErrorMaxPendingChannels is an additional gRPC error, which is
// returned if max pending channel restriction was violated.
ErrorMaxPendingChannels = 100
)
var (