Move ParseScript() helper, becoming accessible outside src/test/

This commit is contained in:
Jeff Garzik
2014-06-23 23:16:33 -04:00
parent ae775b5b31
commit b2aeaa7939
4 changed files with 81 additions and 71 deletions

View File

@@ -3,9 +3,11 @@
#include <string>
class CScript;
class CTransaction;
// core_read.cpp
extern CScript ParseScript(std::string s);
extern bool DecodeHexTx(CTransaction& tx, const std::string& strHexTx);
// core_write.cpp