We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b99b commit fae3617Copy full SHA for fae3617
test/functional/test_framework/messages.py
@@ -450,6 +450,8 @@ def deserialize(self, f):
450
if flags != 0:
451
self.wit.vtxinwit = [CTxInWitness() for i in range(len(self.vin))]
452
self.wit.deserialize(f)
453
+ else:
454
+ self.wit = CTxWitness()
455
self.nLockTime = struct.unpack("<I", f.read(4))[0]
456
self.sha256 = None
457
self.hash = None
0 commit comments