diff --git a/src/script/script.h b/src/script/script.h index 8eb7eb1766..2b1d6fcb6b 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -292,6 +292,11 @@ public: return m_value; } + int64_t getint64() const + { + return m_value; + } + std::vector getvch() const { return serialize(m_value);