diff --git a/examples/btcdwebsockets/main.go b/examples/btcdwebsockets/main.go index 4d3efa088..b8123775d 100644 --- a/examples/btcdwebsockets/main.go +++ b/examples/btcdwebsockets/main.go @@ -66,7 +66,7 @@ func main() { time.AfterFunc(time.Second*10, func() { log.Println("Client shutting down...") client.Shutdown() - log.Println("Client shutting complete.") + log.Println("Client shutdown complete.") }) // Wait until the client either shuts down gracefully (or the user