Skip to content

Commit

Permalink
Fix lintspace errors in testnet checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Jan 21, 2019
1 parent 1fd561f commit 42d301e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
( 443601, uint256("c5e9467f24b1d149a9716776be2fdc806af2db54d11330df33bb931f8ebf6254") ) // Testnet Fork June 2018
( 472999, uint256("5d55f229074b930f4dd42a0f4e0e2f1d855dcd1d87cb86553ea21c797825482c") ) // Testnet Fork June 2018
( 473000, uint256("237bc8d1e7cb02af8cd3e6affe1fa134c1a29a4852f3fa177ebcd50014463152") ) // Testnet Fork December 2018; timestamp=1545338100 txcount=947151
( 500535, uint256("d6a5202217fcbdbe34592e78038937cb89541cb41051492bde6d061188285086") ) // timestamp=1547025824 txcount=1003348
( 516559, uint256("8b91cc91179419e72777e51b3c298fd29df8827256b361c48cf61bab0b1e1bb5") );// timestamp=1548102045 txcount=1035503
( 500535, uint256("d6a5202217fcbdbe34592e78038937cb89541cb41051492bde6d061188285086") ) // timestamp=1547025824 txcount=1003348
( 516559, uint256("8b91cc91179419e72777e51b3c298fd29df8827256b361c48cf61bab0b1e1bb5") );// timestamp=1548102045 txcount=1035503
static const Checkpoints::CCheckpointData dataTestnet = {
&mapCheckpointsTestnet,
1548102045,
Expand Down

0 comments on commit 42d301e

Please sign in to comment.