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
This commit is contained in:
Luke Dashjr
2014-10-11 22:41:05 +00:00
committed by Jorge Timón
parent 627b9deff4
commit 9238ecb417
9 changed files with 198 additions and 184 deletions

View File

@@ -177,6 +177,7 @@ libbitcoin_server_a_SOURCES = \
net.cpp \
noui.cpp \
policy/fees.cpp \
policy/policy.cpp \
pow.cpp \
rest.cpp \
rpcblockchain.cpp \