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

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

View File

@ -120,7 +120,7 @@ class TestBigchainApi(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)
response = b.get_transaction(tx_signed["id"])
# should be None, because invalid blocks are ignored