move checkpoints in a separate library

This commit is contained in:
moneromooo-monero
2017-09-10 17:35:59 +01:00
parent 85f4b600d2
commit 5d65a75b69
29 changed files with 72 additions and 67 deletions

View File

@@ -632,7 +632,7 @@ namespace cryptonote
// prunable rct
if (t.rct_signatures.type == rct::RCTTypeNull)
{
hashes[2] = cryptonote::null_hash;
hashes[2] = crypto::null_hash;
}
else
{