mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Add getint64 to CScriptNum
This commit is contained in:
parent
e7f9d03f81
commit
3c6faaa5da
1 changed files with 5 additions and 0 deletions
|
|
@ -292,6 +292,11 @@ public:
|
|||
return m_value;
|
||||
}
|
||||
|
||||
int64_t getint64() const
|
||||
{
|
||||
return m_value;
|
||||
}
|
||||
|
||||
std::vector<unsigned char> getvch() const
|
||||
{
|
||||
return serialize(m_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue