mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 19:06:51 +00:00
18 lines
488 B
Go
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
|