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
fd10e39305
@ -120,7 +120,7 @@ class TestBigchainApi(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)
|
||||||
response = b.get_transaction(tx_signed["id"])
|
response = b.get_transaction(tx_signed["id"])
|
||||||
|
|
||||||
# should be None, because invalid blocks are ignored
|
# should be None, because invalid blocks are ignored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user