From 1a84ed7459d9f60d7c38d2012579ccd05d974872 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Tue, 14 May 2019 19:08:08 +0200 Subject: [PATCH] fix: Fix incorrect naming of ProgPoW Co-Authored-By: Talha Cross <47772477+soc1c@users.noreply.github.com> --- ethash/src/progpow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethash/src/progpow.rs b/ethash/src/progpow.rs index 002d7ff4e6b..7c7fb531aa7 100644 --- a/ethash/src/progpow.rs +++ b/ethash/src/progpow.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -//! ProgPoW (Progressive Proof-of-Work) is the Ethereum network's proposed new Application-Specific Integrated +//! ProgPoW (Programmatic Proof-of-Work) is the Ethereum network's proposed new Application-Specific Integrated //! Circuit (ASIC) resistant Proof-of-Work mining algorithm. //! //! ProgPoW's aim is to reduce the efficiencies of specialized mining devices known as ASIC chips