mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
Merge pull request #4509 from CandleHater/patch-2
rpc: add missing space to error message
This commit is contained in:
commit
24eba7013c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var (
|
|||
|
||||
// ErrChainNotifierServerNotActive indicates that the chain notifier hasn't
|
||||
// finished the startup process.
|
||||
ErrChainNotifierServerNotActive = errors.New("chain notifier RPC is" +
|
||||
ErrChainNotifierServerNotActive = errors.New("chain notifier RPC is " +
|
||||
"still in the process of starting")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue