]> Git Repo - VerusCoin.git/commit
added checkpoints for KMD blockchain. need to be tested.
authorDeckerSU <[email protected]>
Sat, 27 Jan 2018 10:28:43 +0000 (13:28 +0300)
committerDeckerSU <[email protected]>
Sat, 27 Jan 2018 10:28:43 +0000 (13:28 +0300)
commitb3f7ce9b7a50bb349776790ce39db7280202eedf
treed51a21bca997c1d090cab2f5f8642d7852603005
parent5513bebbf20630455c00da15d1d2887d138539cf
added checkpoints for KMD blockchain. need to be tested.

- added method SetCheckpointData for CChainParams.
- as we can't check asset it or not in CMainParams() constructor, because command line arguments don't initialized at that time, we will execute SetCheckpointData in chainparams_commandline later.

changes was tested in komodo-qt wallet, but additional tests wouldn't be superfluous.
src/chainparams.cpp
src/chainparams.h
This page took 0.026074 seconds and 4 git commands to generate.