mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Prevector type
This commit is contained in:
parent
4f09b77c7f
commit
114b5812f6
19 changed files with 874 additions and 68 deletions
|
|
@ -1032,7 +1032,7 @@ public:
|
|||
// Serialize the script
|
||||
if (nInput != nIn)
|
||||
// Blank out other inputs' signatures
|
||||
::Serialize(s, CScript(), nType, nVersion);
|
||||
::Serialize(s, CScriptBase(), nType, nVersion);
|
||||
else
|
||||
SerializeScriptCode(s, nType, nVersion);
|
||||
// Serialize the nSequence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue