mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge c459c5f701 into merged_master (Bitcoin PR #15664)
This commit is contained in:
commit
13b3e5bcc3
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ class CBlock(CBlockHeader):
|
|||
super(CBlock, self).deserialize(f)
|
||||
self.vtx = deser_vector(f, CTransaction)
|
||||
|
||||
def serialize(self, with_witness=False):
|
||||
def serialize(self, with_witness=True):
|
||||
r = b""
|
||||
r += super(CBlock, self).serialize()
|
||||
if with_witness:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue