Merge pull request #13
c11d7ed
Add size specifier to BITCOIN_SEED_NONCE (Wladimir J. van der Laan)
This commit is contained in:
commit
75f2662406
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