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

@@ -11,6 +11,7 @@
#include "keystore.h"
#include "main.h"
#include "net.h"
#include "pow.h"
#include "script.h"
#include "serialize.h"