Merge pull request #5100
99f41b9MOVEONLY: core.o -> core/block.o (jtimon)561e9e9MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from core) with it (jtimon)999a2abMOVEONLY: separate CTxUndo out of core (jtimon)4a3587dMOVEONLY: Separate CTransaction and dependencies from core (jtimon)eda3733MOVEONLY: Move CFeeRate and Amount constants to amount.o (jtimon)
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
#ifndef BITCOIN_WALLET_H
|
||||
#define BITCOIN_WALLET_H
|
||||
|
||||
#include "core.h"
|
||||
#include "amount.h"
|
||||
#include "core/block.h"
|
||||
#include "core/transaction.h"
|
||||
#include "crypter.h"
|
||||
#include "key.h"
|
||||
#include "keystore.h"
|
||||
|
||||
Reference in New Issue
Block a user