From 277e239572108387c8d3dd66367e24a557d8d4ec Mon Sep 17 00:00:00 2001 From: Nikko <40539492+NicolasChoukroun@users.noreply.github.com> Date: Mon, 17 Dec 2018 21:32:51 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbaf394..c5ac313 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is working regardless of the hashing algorithm you are using. ``` genesis = CreateGenesisBlock(yourtime, yournonce, 0x1d00ffff, 1, 50 * COIN); -MineGenesis(genesis, const uint256, consensus.powLimit, true) +MineGenesis(genesis, consensus.powLimit, true) ``` Compile and run ./src/qt/yourcoin-qt