diff options
| author | Luke Dashjr <[email protected]> | 2014-10-11 22:41:05 +0000 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-06-26 17:59:10 +0200 |
| commit | 9238ecb41752e097443d0bc117df35ebd4ac932e (patch) | |
| tree | 31c253bebd26069a8917cb1c993f72d4bb604538 /src/test/transaction_tests.cpp | |
| parent | Policy: MOVEONLY: Create policy/policy.h with some constants (diff) | |
| download | discoin-9238ecb41752e097443d0bc117df35ebd4ac932e.tar.xz discoin-9238ecb41752e097443d0bc117df35ebd4ac932e.zip | |
Policy: MOVEONLY: 3 functions to policy.o:
- [script/standard.o] IsStandard
- [main.o] IsStandardTx
- [main.o] AreInputsStandard
Also, don't use namespace std in policy.cpp
Diffstat (limited to 'src/test/transaction_tests.cpp')
| -rw-r--r-- | src/test/transaction_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index 9ce7aae96..260524f7c 100644 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -12,6 +12,7 @@ #include "key.h" #include "keystore.h" #include "main.h" +#include "policy/policy.h" #include "script/script.h" #include "script/script_error.h" |