mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 16:00:10 -08:00
move checkpoints in a separate library
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user