rename to better convey intent + document

This commit is contained in:
laser
2020-06-02 12:35:11 -07:00
parent ee9d9a52a9
commit bea9cd2fe2
5 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -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{}