mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 12:42:05 +02:00
Fix for incorrect version attr set on functional test segwit block.
This commit is contained in:
@ -205,7 +205,7 @@ class SegWitTest(BitcoinTestFramework):
|
||||
height = self.nodes[0].getblockcount() + 1
|
||||
block_time = self.nodes[0].getblockheader(tip)["mediantime"] + 1
|
||||
block = create_block(int(tip, 16), create_coinbase(height), block_time)
|
||||
block.version = version
|
||||
block.nVersion = version
|
||||
block.rehash()
|
||||
return block
|
||||
|
||||
|
Reference in New Issue
Block a user