mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 5b2fe5563b into merged_master (Elements PR #642)
FIXME: we disable standardness checks for the non-PAK node in the PAK tests. This is because of a bug in Elements which causes non-PAK nodes to reject pegouts for standardness reasons. Need to fix it after the rebase.
This commit is contained in:
commit
9cc26a716a
50 changed files with 1912 additions and 801 deletions
|
|
@ -334,6 +334,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