Refactor proof of work related functions out of main

This commit is contained in:
jtimon
2014-03-10 08:46:53 -07:00
parent 36db6633c3
commit df852d2bcc
9 changed files with 155 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