blockfilter: Construction of basic block filters.

This commit is contained in:
Jim Posen
2018-01-23 17:25:30 -08:00
committed by Jim Posen
parent 53e7874e07
commit c1855f6052
4 changed files with 129 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#ifndef BITCOIN_UNDO_H
#define BITCOIN_UNDO_H
#include <coins.h>
#include <compressor.h>
#include <consensus/consensus.h>
#include <primitives/transaction.h>