mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Refactor block_proof to support dynafed
This commit is contained in:
parent
4e52f2c83c
commit
4aa5f991f4
6 changed files with 46 additions and 27 deletions
|
|
@ -335,6 +335,11 @@ std::string CScriptWitness::ToString() const
|
|||
return ret + ")";
|
||||
}
|
||||
|
||||
uint32_t CScriptWitness::GetSerializedSize() const
|
||||
{
|
||||
return ::GetSerializeSize(stack, 0);
|
||||
}
|
||||
|
||||
bool CScript::HasValidOps() const
|
||||
{
|
||||
CScript::const_iterator it = begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue