From 381a46e38fa9262c868e5fee9ed0d1f71af4059e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Thu, 31 Mar 2016 23:30:17 +0200 Subject: Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module ...from amount.o to policy/feerate.o Policy, because it moves policy code to the policy directory (common module) --- src/rpc/blockchain.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/blockchain.cpp') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index aec102c9a5..3015a751c6 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -13,6 +13,7 @@ #include "consensus/validation.h" #include "validation.h" #include "core_io.h" +#include "policy/feerate.h" #include "policy/policy.h" #include "primitives/transaction.h" #include "rpc/server.h" -- cgit v1.2.3