Updated rpcclient library

This commit is contained in:
Trial97
2019-12-09 14:48:29 +02:00
parent 5fc2dc9092
commit b4fe82c6d7
130 changed files with 519 additions and 516 deletions

View File

@@ -370,7 +370,7 @@ type Service interface {
// Shutdown stops the service
Shutdown() error
// GetIntenternalChan returns the internal connection chanel
GetIntenternalChan() chan rpcclient.RpcClientConnection
GetIntenternalChan() chan rpcclient.ClientConnector
// IsRunning returns if the service is running
IsRunning() bool
// ShouldRun returns if the service should be running