rename to better convey intent + document
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package dtypes
|
||||
|
||||
type ShutdownCh chan struct{}
|
||||
// ShutdownChan is a channel to which you send a value if you intend to shut
|
||||
// down the daemon (or storage miner), including the node and RPC server.
|
||||
type ShutdownChan chan struct{}
|
||||
|
||||
Reference in New Issue
Block a user