Add cache handling

This commit is contained in:
lash
2022-03-12 08:48:19 +00:00
parent b763d11eff
commit bd77706d1a
7 changed files with 174 additions and 28 deletions

View File

@@ -31,7 +31,7 @@ class TestShep(TestShepBase):
signed_tx = add_0x(os.urandom(128).hex())
nonce = 42
tx = QueueEntry(self.store, tx_hash)
tx.create(nonce, signed_tx)
tx.create(signed_tx)
tx_retrieved = QueueEntry(self.store, tx_hash)
tx_retrieved.load()