mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge remote-tracking branch 'origin/core/192/ignore-invalid-blocks'
This commit is contained in:
commit
f4286fb025
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user