Merge pull request #6914

114b581 Prevector type (Pieter Wuille)
This commit is contained in:
Wladimir J. van der Laan
2015-12-01 10:00:04 +01:00
19 changed files with 874 additions and 68 deletions

View File

@@ -1023,7 +1023,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