diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-06-24 07:25:30 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-06-26 17:59:07 +0200 |
commit | 627b9deff4e8e18fc6d001b6eb9818c13c648820 (patch) | |
tree | e8e3f715765fe9d1136814c587038d68ecc5a45c /src/wallet | |
parent | 24f24896d602bef3323c5ff66bbccc92448e89d5 (diff) |
Policy: MOVEONLY: Create policy/policy.h with some constants
Diffstat (limited to 'src/wallet')
-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 eee57900b5..46037ef668 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -12,6 +12,7 @@ #include "consensus/validation.h" #include "main.h" #include "net.h" +#include "policy/policy.h" #include "script/script.h" #include "script/sign.h" #include "timedata.h" |