Update all deps to assimilate signer upgrade

This commit is contained in:
nolash
2021-08-24 08:14:23 +02:00
parent 8ac9a1e99a
commit 2979f4b34b
12 changed files with 47 additions and 48 deletions

View File

@@ -200,6 +200,7 @@ def test_callback_filter(
assert r['status'] == 1
rcpt = snake_and_camel(r)
tx.block.hash = rcpt['block_hash']
tx.apply_receipt(rcpt)
fltr = CallbackFilter(default_chain_spec, None, None, caller_address=contract_roles['CONTRACT_DEPLOYER'])