Move CScript class and dependencies to script/script

This commit is contained in:
jtimon
2014-08-20 17:37:40 +02:00
committed by Pieter Wuille
parent 86dbeea2cd
commit cbd22a50c4
19 changed files with 957 additions and 934 deletions

View File

@@ -16,7 +16,7 @@
#include "chainparams.h"
#include "key.h"
#include "scriptutils.h"
#include "script/script.h"
#include <string>
#include <vector>