diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-13 13:14:30 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-04 14:53:53 +0000 |
commit | d046ca1db0b1d72c515f19469405ff2e18dd2432 (patch) | |
tree | f6ba11cf1792a2c5686ef6585e45effea54c3507 /src/cryptonote_basic | |
parent | Merge pull request #5824 (diff) | |
download | monero-d046ca1db0b1d72c515f19469405ff2e18dd2432.tar.xz |
difficulty: fix check_hash on big endian
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r-- | src/cryptonote_basic/difficulty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/difficulty.h b/src/cryptonote_basic/difficulty.h index 02ed89e5a..771deb04c 100644 --- a/src/cryptonote_basic/difficulty.h +++ b/src/cryptonote_basic/difficulty.h @@ -34,7 +34,6 @@ #include <vector> #include <string> #include <boost/multiprecision/cpp_int.hpp> - #include "crypto/hash.h" namespace cryptonote |