mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 00:17:41 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -175,7 +175,7 @@ func (c *Handler) GetInfo(ctx context.Context,
|
||||
}
|
||||
|
||||
// isActive returns nil if the tower backend is initialized, and the Handler can
|
||||
// proccess RPC requests.
|
||||
// process RPC requests.
|
||||
func (c *Handler) isActive() error {
|
||||
if c.cfg.Active {
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user