diff options
author | jtimon <jtimon@jtimon.cc> | 2015-01-24 15:57:12 +0100 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-05-15 16:05:28 +0200 |
commit | da29ecbcc6c003a603ee2312309d593708ec6fb2 (patch) | |
tree | 7d736bfddf11c238fe5f811f2ff4671f05ef617c /src/wallet/wallet.cpp | |
parent | 27afcd89db302d87168e0f504ee141dbf0e1ea22 (diff) |
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r-- | src/wallet/wallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 0afdcd0011..afc3d7acd5 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -9,6 +9,7 @@ #include "checkpoints.h" #include "coincontrol.h" #include "consensus/consensus.h" +#include "consensus/validation.h" #include "main.h" #include "net.h" #include "script/script.h" |