block num

This commit is contained in:
ryan 2016-05-25 16:18:07 +02:00
parent d8b51f904f
commit 53b1c2aab5

View File

@ -1080,7 +1080,7 @@ class TestMultipleInputs(object):
# vote the block invalid # vote the block invalid
vote = b.vote(block, b.get_last_voted_block()['id'], False) 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_user1 = b.get_owned_ids(user_vk)
owned_inputs_user2 = b.get_owned_ids(user2_vk) owned_inputs_user2 = b.get_owned_ids(user2_vk)