Skip to content

Commit

Permalink
16525
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydasmp committed Nov 29, 2023
1 parent 9a3cac2 commit 6982d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rpc_rawtransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def run_test(self):
tx.nVersion = -0x8000
rawtx = ToHex(tx)
decrawtx = self.nodes[0].decoderawtransaction(rawtx)
assert_equal(decrawtx['version'], 0x8000)
assert_equal(decrawtx['version'], 0xFFFF8000)

# Test the maximum transaction version number that fits in a signed 32-bit integer.
tx = CTransaction()
Expand Down

0 comments on commit 6982d6c

Please sign in to comment.