mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Move ParseScript() helper, becoming accessible outside src/test/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user