dcrd/mining/doc.go
2016-07-08 11:09:32 -05:00

18 lines
488 B
Go

// Copyright (c) 2016 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
/*
Package mining includes all mining and policy types, and will
house all mining code in the future.
Overview
This package currently contains the 3 struct types
for mining and policy. In the future it will contain all of the
pieces of code pertaining to block template creation, CPU mining
and other various mining code.
*/
package mining