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

@@ -2,9 +2,11 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "main.h"
#include "merkleblock.h"
#include "serialize.h"
#include "streams.h"
#include "uint256.h"
#include "version.h"
#include <vector>