Merge pull request #4509 from CandleHater/patch-2
rpc: add missing space to error message
This commit is contained in:
commit
24eba7013c
@ -67,7 +67,7 @@ var (
|
|||||||
|
|
||||||
// ErrChainNotifierServerNotActive indicates that the chain notifier hasn't
|
// ErrChainNotifierServerNotActive indicates that the chain notifier hasn't
|
||||||
// finished the startup process.
|
// finished the startup process.
|
||||||
ErrChainNotifierServerNotActive = errors.New("chain notifier RPC is" +
|
ErrChainNotifierServerNotActive = errors.New("chain notifier RPC is " +
|
||||||
"still in the process of starting")
|
"still in the process of starting")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user