diff options
Diffstat (limited to 'miner/miner.go')
-rw-r--r-- | miner/miner.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miner/miner.go b/miner/miner.go index 4d44b8c74..173be1a14 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package miner implements Ethereum block creation and mining. package miner import ( |