mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
Move internal miner/block creation to separate miner.cpp module.
Public functions referenced elsewhere are added to miner.h.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "main.h"
|
||||
#include "uint256.h"
|
||||
#include "util.h"
|
||||
#include "miner.h"
|
||||
#include "wallet.h"
|
||||
|
||||
extern void SHA256Transform(void* pstate, void* pinput, const void* pinit);
|
||||
|
||||
Reference in New Issue
Block a user