Skip to content

Commit 4632f22

Browse files
Add missing information and mistypo fix
1 parent 8e1147d commit 4632f22

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/chainparams.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,12 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
8080
(397724, uint256("0x8ebf117bf078e3af424521c8a6c600f22e5afec8868d6f2a75cd91cc41e6f131"))
8181
(398000, uint256("0xba2dbf9133ed928fcb0d705252d560772511058d2ed14800812a3903fe669eb8"))
8282
(399000, uint256("0x34387c995763cab3d5f9eaa7b902dd55f89feaf8db4c7cc63ef8d632676c386f"))
83-
(400000, uint256("0x13733b1776b3a11cf6af1e6f2419d6c3da1d662f814a1fbb5fb0f5e46954ea64"))
84-
85-
86-
87-
88-
89-
83+
(400000, uint256("0x13733b1776b3a11cf6af1e6f2419d6c3da1d662f814a1fbb5fb0f5e46954ea64"));
9084

9185
static const Checkpoints::CCheckpointData data = {
9286
&mapCheckpoints,
93-
1552669806, // * UNIX timestamp of last checkpoint block
94-
482101, // * total number of transactions between genesis and last checkpoint
87+
1552851156, // * UNIX timestamp of last checkpoint block
88+
488803, // * total number of transactions between genesis and last checkpoint
9589
// (the tx=... number in the SetBestChain debug.log lines)
9690
2000 // * estimated number of transactions per day after checkpoint
9791
};

0 commit comments

Comments
 (0)