@ -725,7 +725,7 @@ namespace xmreg {
//cout << "_blk_height: " << _blk_height << endl;
uint64_t current_blockchain_height
= core_storage->get_current_blockchain_height();
= xmreg::MyLMDB::get_blockchain_height(mcore->get_blkchain_path()) - 1;
if (_blk_height > current_blockchain_height)
{