dcrd/mining/doc.go
2020-02-18 19:35:19 -06:00

16 lines
478 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.
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