Add state finalizers

This commit is contained in:
lash
2022-03-14 21:17:00 +00:00
parent f8b256b51b
commit 92cb5d1978
7 changed files with 33 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ class MockTokenCache(Cache):
self.last_filter = None
def put(self, chain_spec, cache_tx):
self.db[cache_tx.tx_hash] = cache_tx
self.db[cache_tx.hash] = cache_tx
def get(self, chain_spec, tx_hash):