Move CMerkleBlock and CPartialMerkleTree to their own file

This commit is contained in:
Matt Corallo
2014-10-30 15:50:15 -07:00
parent a0417b8cc8
commit afd4b94b6d
9 changed files with 318 additions and 294 deletions

View File

@@ -4,15 +4,17 @@
#include "base58.h"
#include "clientversion.h"
#include "primitives/block.h" // for MAX_BLOCK_SIZE
#include "primitives/transaction.h"
#include "core_io.h"
#include "coins.h"
#include "keystore.h"
#include "main.h" // for MAX_BLOCK_SIZE
#include "script/script.h"
#include "script/sign.h"
#include "ui_interface.h" // for _(...)
#include "univalue/univalue.h"
#include "util.h"
#include "utilstrencodings.h"
#include "utilmoneystr.h"
#include <stdio.h>