mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
general: fix typos, rename variables, add comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b70d1f8cfe
commit
5b9e4ae61e
@ -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 (
|
||||
|
Reference in New Issue
Block a user