Fix typos from my last commit.
This commit is contained in:
parent
8771664af7
commit
c908a44665
1 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ func (s *rpcServer) SetWallet(wallet *Wallet) {
|
||||||
|
|
||||||
// Make sure already connected websocket clients get a notification
|
// Make sure already connected websocket clients get a notification
|
||||||
// if the chain RPC client connection is set and connected. This is
|
// if the chain RPC client connection is set and connected. This is
|
||||||
// run as a goroutine since it must aquire the handlerLock, which is
|
// run as a goroutine since it must acquire the handlerLock, which is
|
||||||
// locked here.
|
// locked here.
|
||||||
go s.notifyChainServerConnected(chainSvrConnected)
|
go s.notifyChainServerConnected(chainSvrConnected)
|
||||||
}
|
}
|
||||||
|
@ -558,7 +558,7 @@ func (s *rpcServer) SetChainServer(chainSvr *chain.Client) {
|
||||||
|
|
||||||
// Make sure already connected websocket clients get a notification
|
// Make sure already connected websocket clients get a notification
|
||||||
// if the chain RPC client connection is set and connected. This is
|
// if the chain RPC client connection is set and connected. This is
|
||||||
// run as a goroutine since it must aquire the handlerLock, which is
|
// run as a goroutine since it must acquire the handlerLock, which is
|
||||||
// locked here.
|
// locked here.
|
||||||
go s.notifyChainServerConnected(!chainSvr.Disconnected())
|
go s.notifyChainServerConnected(!chainSvr.Disconnected())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue