mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed another test
This commit is contained in:
parent
f35d5a708e
commit
2e1abc3d6a
@ -1252,7 +1252,7 @@ class TestTransactionMalleability(object):
|
||||
assert b.is_valid_transaction(tx_changed) is False
|
||||
|
||||
tx_changed = copy.deepcopy(tx_signed)
|
||||
tx_changed['version'] = '0'
|
||||
tx_changed['transaction']['version'] = '0'
|
||||
assert b.validate_fulfillments(tx_changed) is False
|
||||
assert b.is_valid_transaction(tx_changed) is False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user