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

@@ -7,10 +7,12 @@
#include "base58.h"
#include "clientversion.h"
#include "key.h"
#include "main.h"
#include "merkleblock.h"
#include "serialize.h"
#include "streams.h"
#include "uint256.h"
#include "util.h"
#include "utilstrencodings.h"
#include <vector>