Add size specifier to BITCOIN_SEED_NONCE

This was causing warnings when compiling on 32-bit.
This commit is contained in:
Wladimir J. van der Laan 2013-11-20 08:29:04 +01:00
parent 9844652e6b
commit c11d7ed921
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "serialize.h"
#include "uint256.h"
#define BITCOIN_SEED_NONCE 0x0539a019ca550825
#define BITCOIN_SEED_NONCE 0x0539a019ca550825ULL
using namespace std;