Add size specifier to BITCOIN_SEED_NONCE
This was causing warnings when compiling on 32-bit.
This commit is contained in:
parent
9844652e6b
commit
c11d7ed921
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "serialize.h"
|
||||
#include "uint256.h"
|
||||
|
||||
#define BITCOIN_SEED_NONCE 0x0539a019ca550825
|
||||
#define BITCOIN_SEED_NONCE 0x0539a019ca550825ULL
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in a new issue