WIP docstrings

This commit is contained in:
nolash
2021-08-27 10:52:05 +02:00
parent 88098e356b
commit 1dd403b4a2
7 changed files with 128 additions and 17 deletions

View File

@@ -39,6 +39,7 @@ class TestBasic(TestBase):
tx = add_0x(os.urandom(128).hex())
nonce = 42
otx = Otx(nonce, tx_hash, tx)
otx.block = 1024
self.session.add(otx)
alice = add_0x(os.urandom(20).hex())