Skip to content

Commit

Permalink
Revert "Bounds error, should fix #27"
Browse files Browse the repository at this point in the history
This reverts commit 6f1c4b4.
  • Loading branch information
warptangent committed Feb 22, 2015
1 parent 6f1c4b4 commit 963bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/BlockchainDB_impl/db_lmdb.cpp
Expand Up @@ -1053,7 +1053,7 @@ uint64_t BlockchainLMDB::height() const
LOG_PRINT_L3("BlockchainLMDB::" << __func__);
check_open();

return m_height - 1;
return m_height;
}


Expand Down

0 comments on commit 963bc09

Please sign in to comment.