Merge pull request #13

c11d7ed Add size specifier to BITCOIN_SEED_NONCE (Wladimir J. van der Laan)
This commit is contained in:
Pieter Wuille 2015-07-29 15:09:46 +02:00
commit 75f2662406
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
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;