Major update! Added support for FantomCoin blocks

This commit is contained in:
CliffordST
2014-07-03 14:31:22 +04:00
parent 71f1a6d8c2
commit 8c6c331544
13 changed files with 565 additions and 21 deletions

View File

@@ -2,6 +2,10 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <vector>
#include "serialization.h"
#include "debug_archive.h"
#include "crypto/chacha8.h"