fixed another test

This commit is contained in:
Elad-PC\elad 2016-08-03 08:55:37 +02:00
parent f35d5a708e
commit 2e1abc3d6a

View File

@ -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