Update creategenesis.cpp

This commit is contained in:
Nikko
2018-12-17 21:29:54 +07:00
committed by GitHub
parent 488a4c5b14
commit 1fcbc204ce

View File

@@ -5,7 +5,7 @@
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.
Mining algorithm //Mining algorithm
const arith_uint256 maxUint = UintToArith256( const arith_uint256 maxUint = UintToArith256(
uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")); uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));