mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 12:25:40 -04:00
Fixed binary size issue due to embedded checkpoint data.
Fixed OSX compilation issues due to random lmdb resize points. Fixed infinite loop bug when calling core::get_block_template(..).
This commit is contained in:
parent
2b2ae36724
commit
2e293a563e
7 changed files with 15 additions and 9 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <boost/filesystem.hpp>
|
||||
#include <memory> // std::unique_ptr
|
||||
#include <cstring> // memcpy
|
||||
#include <random>
|
||||
|
||||
#include "cryptonote_core/cryptonote_format_utils.h"
|
||||
#include "crypto/crypto.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue