aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_mutated_blocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_mutated_blocks.py')
-rwxr-xr-xtest/functional/p2p_mutated_blocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_mutated_blocks.py b/test/functional/p2p_mutated_blocks.py
index 737edaf5bf..64d2fc96a8 100755
--- a/test/functional/p2p_mutated_blocks.py
+++ b/test/functional/p2p_mutated_blocks.py
@@ -55,7 +55,7 @@ class MutatedBlocksTest(BitcoinTestFramework):
# Create mutated version of the block by changing the transaction
# version on the self-transfer.
mutated_block = copy.deepcopy(block)
- mutated_block.vtx[1].nVersion = 4
+ mutated_block.vtx[1].version = 4
# Announce the new block via a compact block through the honest relayer
cmpctblock = HeaderAndShortIDs()