From 618d07faa2cc2f061a2e8035c3edbffc192480d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Mon, 11 Jul 2016 16:34:21 +0200 Subject: MOVEONLY: tx functions to consensus/tx_verify.o Functions related to transaction verification. --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/miner.cpp') diff --git a/src/miner.cpp b/src/miner.cpp index 386d75c4be..8f17c575cb 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -10,6 +10,7 @@ #include "chainparams.h" #include "coins.h" #include "consensus/consensus.h" +#include "consensus/tx_verify.h" #include "consensus/merkle.h" #include "consensus/validation.h" #include "hash.h" -- cgit v1.2.3