Merge pull request #3839

fd704c7 move pow constants to chainparams (jtimon)
df852d2 Refactor proof of work related functions out of main (jtimon)
This commit is contained in:
Wladimir J. van der Laan
2014-06-25 09:14:14 +02:00
11 changed files with 163 additions and 124 deletions

View File

@@ -9,6 +9,7 @@
#include "hash.h"
#include "main.h"
#include "net.h"
#include "pow.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif