Merge remote-tracking branch 'origin/core/192/ignore-invalid-blocks'

This commit is contained in:
vrde 2016-05-25 17:13:39 +02:00
commit f4286fb025
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -1080,7 +1080,7 @@ class TestMultipleInputs(object):
# vote the block invalid
vote = b.vote(block, b.get_last_voted_block()['id'], False)
b.write_vote(block, vote, 2)
b.write_vote(block, vote, 3)
owned_inputs_user1 = b.get_owned_ids(user_vk)
owned_inputs_user2 = b.get_owned_ids(user2_vk)