mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Correct typo in example log statement.
This commit is contained in:
parent
e230b54427
commit
267cf94edc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user