mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 20:51:27 +02:00
Move ParseScript() helper, becoming accessible outside src/test/
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include "keystore.h"
|
||||
#include "main.h"
|
||||
#include "script.h"
|
||||
#include "core_io.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@ -24,7 +25,6 @@ using namespace boost::algorithm;
|
||||
|
||||
// In script_tests.cpp
|
||||
extern Array read_json(const std::string& jsondata);
|
||||
extern CScript ParseScript(string s);
|
||||
|
||||
unsigned int ParseFlags(string strFlags){
|
||||
unsigned int flags = 0;
|
||||
|
Reference in New Issue
Block a user