Problem: failing tests

Solution: merge master and change deprecated store_transaction
This commit is contained in:
codegeschrei 2018-08-14 17:02:26 +02:00
parent 0901717cd7
commit 23fff54fe1

View File

@ -392,7 +392,7 @@ def test_upsert_validator_new_without_tendermint(b, priv_validator_path, user_sk
]
def mock_write(tx, mode):
b.store_transaction(tx)
b.store_bulk_transactions([tx])
return (202, '')
b.get_validators = mock_get